
.menu-height {
    height: 20rem;
}

.about {
    background: #ffcc00;
    padding-top: 20rem;
}

.about p {
    width: 60%;
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1.65em;
    margin-right: 12rem;
}

.about h3 {
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1.2em;
}


.history {
    padding: 20rem 0;
    font-size: 2.1rem;
    line-height: 1.65em;
}

.history p {
    margin-bottom: 4rem;
}


.numbers {
    padding: 18rem 0 0;
    background: #f1f1f0;
}

.numbers li,
.clients .count {
    width: calc(50% - 8rem);
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 1.65em;
    margin-bottom: 18rem;
}

.numbers li strong,
.clients .count strong {
    color: #ffcc00;
    display: block;
    font-size: 18rem;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.2rem;
}


.partners {
    background: #ffffff;
}


.clients {
    padding: 20rem 0;
    background: #666666;
}

.clients p {
    width: 60%;
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1.65em;
}

.clients .count {
    color: #ffcc00;
    width: auto;
    text-align: right;
    margin-bottom: 0;
}


/* hovers ********************************************************************/

@media (any-hover: hover) {

}


/* responsive ****************************************************************/

@media (max-width: 1160px) {

    .about {
        padding-top: 10rem;
    }

    .about p {
        width: 100%;
        margin: 0 0 4.6rem;
    }

    .about h3 {
        font-size: 3.8rem;
    }

    .about .wrapper {
        flex-direction: column;
    }

    .history {
        padding: 10rem 0;
    }

    .numbers {
        padding: 8rem 0 0;
    }

    .numbers li,
    .clients .count {
        width: 100%;
        font-size: 3.8rem;
        margin-bottom: 10rem;
    }

    .numbers li strong,
    .clients .count strong {
        font-size: 14rem;
    }

    .numbers .wrapper ul {
        margin: 0;
        flex-direction: column;
    }


    .partners h3 {
        font-size: 3.8rem;
    }

    .partners .splide__slide {
        width: 50%;
        height: 8rem;
    }


    .clients {
        padding: 8rem 0 15rem;
    }

    .clients .wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .clients p {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4.6rem;
    }

    .clients .count {
        text-align: left;
        margin-bottom: 0;
    }

    .clients .count br {
        display: none;
    }

}
