.country-flags:not(.rounded-circle ) {
    width: 20px;
    height: 13px;
}

.country-flags.rounded-circle {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border: 1px solid var(--border-color);
}

.logo-wrapper {
    min-height: 500px;
}

@media screen and (max-width: 992px) {
    .logo-wrapper {
        min-height: 265px;
    }
}

@media screen and (max-width: 576px) {
    .logo-wrapper img {
        width: 60vw;
    }
}
