.first-section {

    min-height: 80vh;
    background: url("../images/page-landing/first-screen.webp");
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .first-section {
        padding:120px 0 330px;
        min-height: 100vh;
        background: url("../images/page-landing/fs-mobile.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.testimonials {
    background: url(../images/request.png)repeat-x,#F1F6F7;
    padding: 60px 0 70px;
}
.testimonials .section__title{
    color:#fff;
}
.testimonials .section__title .text--white{
    color:#7ACD37;
}