.testimonials-section {
    padding: 80px 0;
    background: #EDEEEF;
}

.testimonials-section .title-section {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-slider {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    padding-bottom: 30px;
}
.testimonials-slider .testimonials-slide {
    padding: 0 15px;
}

.testimonials-slider .testimonials-slide .testimonials-box {
    border-radius: 20px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 20px;
}
.testimonials-slider .testimonials-slide .testimonials-box .star img:not(:last-child) {
    margin-right: 5px;
}
.testimonials-slider .testimonials-slide .testimonials-box .star {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.author-decp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.testimonials-box .author-info {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.testimonials-box .author-info:before {
    content: "";
    display: block;
    background-image: url(../images/quate.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 0;
}
.testimonials-box .author-info h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #384249;
}

.testimonials-box .author-info p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #76787B;
}
.author-info .author-img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
}

.author-info .author-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width:1199px){
    
}
@media only screen and (max-width:991px){
   .testimonials-section {
        padding: 60px 0;
    }  
}
@media only screen and (max-width:767px){
    .testimonials-section {
        padding: 40px 0;
    }
}