.testimonials {
    padding: 0 0 100px;
}
.testimonials .header {
    text-align: center;
    margin-bottom: 50px;
}
.testimonials .header h3 {
    color: #4F9C34;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.testimonials .header h2 {
    color: #2B2B2B;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.testimonials .wrap {
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    padding: 20px;
}
.testimonials .wrap h4 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 10px 0;
}
.testimonials .wrap p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #333;
}
.testimonials .slick-slide {
    margin: 0 10px;
}

.testimonials .slick-prev {
    border: 1px solid #828282;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: auto;
    bottom: -80px;
    left: 44%;
    transform: translate(0);
}
@media (max-width: 1200px) {
    .testimonials .slick-prev {
        left: 41%;
    }
}
@media (max-width: 767px) {
    .testimonials .slick-prev {
        left: 37%;
    }
}
@media (max-width: 576px) {
    .testimonials .slick-prev {
        left: 30%;
    }
}
.testimonials .slick-prev .slick-prev-icon:before {
    opacity: 1;
    color: #828282;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f060";
    font-size: 16px;
}
.testimonials .slick-next {
    border: 1px solid #828282;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    top: auto;
    bottom: -80px;
    right: 44%;
    transform: translate(0);
}
@media (max-width: 1200px) {
    .testimonials .slick-next {
        right: 41%;
    }
}
@media (max-width: 767px) {
    .testimonials .slick-next {
        right: 37%;
    }
}
@media (max-width: 576px) {
    .testimonials .slick-next {
        right: 30%;
    }
}
.testimonials .slick-next .slick-next-icon:before {
    opacity: 1;
    color: #828282;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 16px;
}