.more-testimonials .m-testimonial__wrapper{
	position: relative;
}
.more-testimonials .m-testimonial__wrapper:after, .more-testimonials .m-testimonial__wrapper:before{
	position: absolute;
	content: "";
	top: 0;
	width: 42px;
	height: 50px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.more-testimonials .m-testimonials__wrapper .m-testimonials-el{display:flex;}
.more-testimonials .m-testimonials__wrapper .swiper-container{display:flex;width:100%;}
.more-testimonials .m-testimonials__wrapper .swiper-slide{display:flex;}
.more-testimonials .m-testimonials__wrapper .m-testimonial{display:flex;width:100%;}
.more-testimonials .m-testimonials__wrapper .m-testimonial__wrapper{display:flex;flex-direction:column;}
.more-testimonials .m-testimonial .m-testimonial__name{margin-top:auto;}