/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Testimonial */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

.testimonial { padding: 60px 0; }
.testimonial .hb_heading::before { border-bottom: 4px solid #fff; border-right: 4px solid #fff; }

.testimonial h1,
.testimonial h2,
.testimonial h3,
.testimonial h4,
.testimonial h5,
.testimonial h6 { color: inherit; }

.testimonial .hb_heading h2::after,
.testimonial .hb_heading h3::after,
.testimonial .hb_heading h4::after,
.testimonial .hb_heading h5::after,
.testimonial .hb_heading h6::after { content: ""; border-color: var(--border); }
.testimonial .hb_heading { border-color: var(--border); }

.testimonial_inner,
.bottom_line { display: flex; }

.testimonial_inner.content_left { flex-direction: row; } 
.testimonial_inner.content_right { flex-direction: row-reverse; } 

.content_left .testimonial_wrapper { padding: 0 0 0 50px; }
.content_right .testimonial_wrapper { padding: 0 50px 0 0; }

.hb_testimonial_image_wrapper { position: relative; width: 315px; height: 400px; }

.testimonial-image { z-index: 251; position: relative; left: 0; top: 0;  }
.hb_testimonial_bkg_col { z-index: 250; position: absolute; left: 15px; top: 15px;}

.testimonial-image,
.hb_testimonial_bkg_col { width: 100%; max-width: 300px; height: 100%; max-height: 385px;}