.testimonials-section {
    background: #F5F6F9;
    padding: 60px 0;
    border-radius: 20px;
}

.title-section .logo {
    text-align: center;
    display: inline-block;
    margin-bottom: 27px;
}

.testimonials-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px -14px;
}

.testimonials-slide {
    width: 25%;
    padding: 0 7px;
    margin-bottom: 14px;
}

.testimonials-slide .testimonials-box {
    border-radius: 10px;
    border: 1.4px solid #EDF1F3;
    background: #FFF;
    padding: 24px;
    height: 100%;
}

.testimonials-slide .testimonials-box h6 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.testimonials-slide .testimonials-box p {
    font-size: 15px;
}
.testimonials-section .testimonials-cta {
    margin-top: 35px;
    text-align: center;
}
.testimonials-box .user-info {
    padding-left: 55px;
    position: relative;
    margin-bottom: 29px;
}

.testimonials-box .user-info .icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-box .user-info .icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonials-box .user-info span {
    display: block;
}

.testimonials-box .user-info .name {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #1B1B1B;
    margin-bottom: 5px;
}

.testimonials-box .user-info .date-time {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #637588;
}

.testimonials-box .star span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 13px;
    background: #00852F;
    margin-right: 5px;
}

.testimonials-slide .testimonials-box .star {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:1399px){
    
}
@media only screen and (max-width:1199px){
    .testimonials-slide {
        width: 33.33%;
    }
}
@media only screen and (max-width:991px){
    .testimonials-slide {
        width: 50%;
    }
}
@media only screen and (max-width:767px){
  .testimonials-slide {
        width: 100%;
    }
}