.testimonials_banner{background: url(../img/testimonials/testimonials-banner.webp) no-repeat;background-size: cover;height: 350px;display: flex;justify-content: center;align-items: center;}
.testimonials_header_box h1{font-family: var(--font-black);color: var(--white-color);font-size: 40px;margin-bottom: 10px;text-align: center;}
.testimonials_header_box p{font-family: var(--font-light);color: var(--white-color);line-height: 1.48;margin-bottom: 20px;font-size: 18px;text-align: center;}
.testimonials_row{width: 100%;max-width: 1100px;margin: 0 auto;padding: 60px 0;}
.testimonials_mainbox{display: flex;align-items: start;justify-content: space-between;flex-wrap: wrap;}
.testimonials_box{width: calc(100%/2 - 15px);background-color: var(--white-color);border-radius: 15px;padding: 60px 30px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;margin-bottom: 80px;align-self: stretch;position: relative;text-align: center;align-self: stretch;}
.testimonials_box:nth-child(5),.testimonials_box:last-child{margin-bottom: 0;}
.quote_icon{width: 70px;height: 70px;background: url(../img/testimonials/quote_icon.webp) no-repeat;background-size: contain;display: flex;margin: 0 auto;margin-top: -90px;position: relative;margin-bottom: 50px;}
.testimonials_box p{font-family: var(--font-light);line-height: 1.54;color: var(--dark-color);margin-bottom: 20px;}
.testimonials_box h5{font-family: var(--font-bold);color: var(--dark-color);font-size: 20px;line-height: 1.48;}

@media only screen and (max-width: 767px){
    .testimonials_banner{height: auto;}
    .testimonials_header_box{padding: 40px 15px;}
    .testimonials_header_box h1{font-size: 32px;}
    .testimonials_header_box p{font-size: 16px;}
    .testimonials_mainbox{padding: 0 15px;}
    .testimonials_box{width: 100%;margin-bottom: 60px;padding: 40px 20px;}
    .testimonials_box br{display: block;}
    .quote_icon{margin-bottom: 20px;margin-top: -70px;}
    .testimonials_box:nth-child(5){margin-bottom: 60px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .testimonials_banner{height: auto;padding: 60px 0;}
    .testimonials_header_box{width: 100%;max-width: 650px;margin: 0 auto;}
    .testimonials_header_box h1{font-size: 32px;}
    .testimonials_header_box p{font-size: 16px;}
    .testimonials_row{width: 100%;max-width: 750px;}
    .testimonials_mainbox{padding-top: 40px;}
    .testimonials_box br{display: block;}
    .testimonials_box{margin-bottom: 60px;}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .testimonials_banner{height: 270px;}
    .testimonials_header_box,.testimonials_row{width: 100%;max-width: 850px;margin: 0 auto;}
    .testimonials_header_box h1{font-size: 32px;}
    .testimonials_header_box p{font-size: 16px;}
}