.testimonial_area{
    background: #fff;
    padding: 50px 0;
    .title{
        text-align: center;
        padding-bottom: 90px;
        h2{
            font-size: 40px;
            font-weight: 600;
            line-height: 46px;
        }
        span{
            color: $text;
        }
    }
    .testimonial_bg{
        background-color: #f9f9f9;
        padding-bottom: 20px;   
        border-radius: 15px;
        .testi_img{
            width: 100%;
            height: auto;
            margin: 0 auto;
            img{
                width: 100px;
                height: 100px;
                object-fit: cover;
                margin-top: -50px;
            }
        }
        .testi_title{
            padding-top: 25px;
            h2{
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 20px;
            }
            p{
                padding: 0 15px;
                text-align: justify;
                span{
                    color: #FD9904;
                }
            }
            ul{
                li{
                    display: inline-block;
                    margin-left: 5px;
                }
            }
        }
    }
}