.mb-testimonial-wrapper {
    display: flex;
    flex-direction: row;
}

.mb-testimonial-wrapper .owl-stage,
.mb-testimonial-wrapper .owl-stage-outer {
    display: flex;
}

.mb-testimonial-wrapper .owl-stage-outer {
    overflow: hidden;
}

.mb-testimonial-wrapper .owl-nav {
    max-width: 41px;
    width: 100%;
    margin-right: auto;
    padding: 0;
    order: 0;
    align-self: flex-start;
}
.mb-testimonial-wrapper .mb-testimonial-row {
    flex-shrink: 1;
    width: calc(94% - 41px);
    gap: 6%;
    order: 1;
}
.mb-testimonial-wrapper .owl-position {
    margin-top: 1rem;
    padding-top: 1rem;
}

.mb-testimonial-wrapper .mb-testimonial-markup-entry-content p {
    font-size: 24px;
    line-height: 1.2em;
    margin-top: 0;
}
/*
.mb-testimonial-wrapper .mb-testimonial-markup-entry-content p:before {
	content: '“';
}

.mb-testimonial-wrapper .mb-testimonial-markup-entry-content p:after {
	content : '”';
}

.mb-testimonial-wrapper .mb-testimonial-markup-entry-content p:before,
.mb-testimonial-wrapper .mb-testimonial-markup-entry-content p:after {
	font-size: inherit;
	line-height: inherit;
	transform: scale(4);
	display: inline-block;
}*/
@media only screen and (min-width: 767px) {
    .mb-testimonial-wrapper .mb-testimonial-markup-entry-content p {
        font-size: 40px;
    }
}
