.after_before{
    padding: 80px 60px;
    text-align: center;
}
.after_before h2{
    font-size: 42px;
    margin-bottom: 0px;
    font-family: 'balkindlight';
    -webkit-font-smoothing: antialiased;
    line-height: 55px;
}
.after_before p{
    font-family: 'Inter';
    font-weight: 300;
    line-height: 30px;
    font-size: 18px;
    /* letter-spacing: 0.05em; */
}
.banner_text {
    text-align: center;
    padding: 30px 150px;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 15px;
}
.banner_head1 {
    width: 60%;
    position: relative;
    margin: 40px auto 0 auto;
}




.testimonials_wrap{
    padding: 80px 60px;
}
.testimonials_wrap h2{
    font-size: 42px;
    margin-bottom: 00px;
    font-family: 'balkindlight';
    -webkit-font-smoothing: antialiased;
    line-height: 55px;
    text-align: center;

}
.testimonials_wrap p{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Inter';



    font-family: 'Inter';
    font-weight: 300;
    line-height: 30px;
    font-size: 18px;
    /* letter-spacing: 0.05em; */
}
.video_wrapper_test {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-top: 40px;
}


/* 
@media screen and (max-width:767px){
.testimonial_video video{
    width: 320px;
}
.video_wrapper_test{
    flex-direction: column;
}


} */



@media screen and (max-width:767px){
    .banner_head1{
        width: 100%;
    }
    .after_before{
        padding: 40px 30px;
    }
    .banner_text{
        padding: 25px 30px;
    }
}