#partners {
    min-height: 999px;
    margin-top: 1rem;
}

h1, .h1 {
    font-family: var(--second-family), sans-serif;
    font-weight: 400 !important;
    font-size: 35px !important;
    line-height: 114% !important;
    color: #faf9f9 !important;
    margin-bottom: 35px !important;
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 22px !important;
        line-height: 109% !important;
        margin-bottom: 30px !important;
    }
}

