.testimonial_area{
    background-color: #EBF4FC;
    padding: 40px 0;
    h2{
        color: #000;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    
   span.title_color {
    color: $primaryColor;
}
p{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
.test_details{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-bottom: 15px;
    .test_top{
        display: flex;
        align-items: center;
        img{
            height: 80px;
            width: 80px;
            border-radius: 50%;
            object-fit: cover;
        }
        .test_top_text{
            padding-left: 12px;
            h3{
                font-size: 18px;
                font-weight: 500;
                color: #000;
                line-height: 15px;
            }
            h5{
                font-size: 15px;
                font-weight: 400;
                line-height: 13px;
            }
        }
    }
}
}