.accreditation-badges {
    padding: 3.8125rem 0;
    background-color: #f8f9fa;
    font-family: "Gantari", sans-serif;
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .accreditation-badges {
        padding: 3.125rem 0;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .accreditation-badges {
        padding: 2.5rem 0;
    }
}

.accreditation-badges__title {
    text-align: center;
    color: #1c191a;
    font-family: "Gantari", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 114.286%;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
    .accreditation-badges__title {
        font-size: 3.125rem;
    }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
    .accreditation-badges__title {
        font-size: 2.8125rem;
    }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
    .accreditation-badges__title {
        font-size: 2.5rem;
    }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .accreditation-badges__title {
        font-size: 2.5rem;
    }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .accreditation-badges__title {
        font-size: 2.8125rem;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .accreditation-badges__title {
        font-size: 2rem;
        margin-bottom: 1.875rem;
    }
}

.accreditation-badges__row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3.75rem;
    flex-wrap: wrap;
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .accreditation-badges__row {
        gap: 2.5rem;
    }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .accreditation-badges__row {
        gap: 2rem;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .accreditation-badges__row {
        gap: 1.5rem;
        justify-content: center;
    }
}

.accreditation-badges__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 12.5rem;
}

.accreditation-badges__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
}

.accreditation-badges__item a:hover {
    opacity: 0.8;
}

.accreditation-badges__logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.5rem;
    margin-bottom: 1rem;
}

.accreditation-badges__logo {
    height: 7.5rem;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .accreditation-badges__logo-wrap,
    .accreditation-badges__logo {
        height: 6.25rem;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .accreditation-badges__logo-wrap,
    .accreditation-badges__logo {
        height: 5rem;
    }
}

.accreditation-badges__label {
    display: block;
    color: #3d393b;
    font-family: "Gantari", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
    .accreditation-badges__label {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .accreditation-badges__label {
        font-size: 0.9375rem;
    }
}

.accreditation-badges__item a:hover .accreditation-badges__label {
    color: #0351a3;
}
