[vc_row full_width="stretch_row_content_no_spaces" wpex_bg_color="palette-88"][vc_column][vcex_grid_container][vcex_image image_id="976" fill_column="true" el_class="wpex-row-span-2" aspect_ratio="3/4"][vcex_image image_id="973"][vcex_image image_id="981"][vcex_image image_id="982"][vcex_image image_id="978"][/vcex_grid_container][/vc_column][/vc_row]
CSS: Create Halstein Testimonial Box
/*TESTIMONIALS*/
.testimonial-entry-content {
font-weight: 400;
font-size: 34px;
line-height: 1.294em;
font-family: Marcellus,serif;
color: var(--qode-main-color);
margin: 25px 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
background-color: transparent !important;
border: transparent !important;
padding:0;
}
.testimonial-caret {
display:none;
}
.owl-item {
opacity: 0;
transition: opacity .4s cubic-bezier(0,.55,.45,1);
}
.owl-item.active,
.owl-item.cloned.active {
opacity: 1;
transition: opacity .4s cubic-bezier(.55,0,1,.45);
}

