.testimonials {
    padding: 20px 70px
}

.testimonials img {
    width: 25%;
}

.testimonial-items {
    height: 400px
}

.testimonial-inner {
    margin-top: -50px
}

.testimonials label {
    padding-bottom: 10px;
    font-weight: bold
}

@media screen and (max-width: 812px) {
    .testimonial-inner {
        margin-top: 0
    }

    .why-choose-l h2, h1 {
        text-align: center;
    }
}
