.testimonial_area{
    background: #f9f9f9;
    padding: 60px 0;
    .title{
        text-align: center;
        padding-bottom: 90px;
        h2{
            font-size: 35px;
            font-weight: 600;
            line-height: 40px;
        }
        p{
            font-size: 16px;
            font-weight: 500;
        }
    }
    .testi_bottom{
        margin-top: 65px;
    }
    .testimonial_bg{
        background-color: #fff;
        padding-bottom: 20px;   
        border-radius: 15px;
        box-shadow:  0 1px 1px 1px rgba(0,0,0,.129);
        .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;
                }
            }
        }
    }
}