.testimonial-us-section{
    background-image: url(../images/testimonials-banner.webp);
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: left;
    color: #fff;
}
.testimonial-sec h2{
    font-size: 43px !important;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    word-spacing: 5px;
    letter-spacing: 1.5px !important;
}
.testimonial-sec .test-cont img{
    margin-right: 30px !important;
    float: left;
        background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 6px;
    margin: 0 auto;
}
.testimonial-sec .test-cont p{
    margin-left: 20px;
}
.testimonial-sec .test-cont .right-data{
    text-align: right;
}
.testimonial-box{
    border: 1px solid #dbdbdb;
    padding: 20px;
    margin-bottom:20px;
}
@media screen and (max-width: 768px) {
    .testimonial-us-section{
        height: 100vh;
        padding: 10px;
    }

}
@media only screen and (min-width:768px) and (max-width:1200px){


}