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

.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;
    }
}