.partner-logos-section {
    text-align: center;
}

.page__hero-image {
    height: 570px;
}

.partner-logos__logos-wrapper {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
    justify-content: center;

    img {
        height: 81px;
        width: auto;
    }
}

.partner-logos__logos-wrapper:first-of-type {
    margin-bottom: 6.25rem;
}

.partner-logos-section--qualifications {
    img {
        height: 100px;
    }
}

@media (max-width: 585px) {
    .page__hero-image {
        height: 360px;
    }
}