.testimonials{
    display: flex;
}

.single-testimonial {
    background: #000;
    text-align: center;
    padding: 200px 150px 100px;
	border-radius: 15px;
}

.editor-styles .single-testimonial h2,
.single-testimonial h2 {
    font-size: 42px;
    line-height: 120%;
    color: #FFFFFF;
    text-transform: none;
    font-family: Syne, system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-size-adjust: "100%";
}

/*.single-testimonial h2:after { content: ''; }*/


.single-testimonial h2 span {
    display: none;
/*    color: rgba(255,255,255,.5);
    font-size: 65px;
    display: inline-block;
    position: relative;
    padding: 0 10px;*/
}

.single-testimonial h2 span:last-child {
    top: 40px;
}

.single-testimonial p {
    color: #FFF;
    font-weight: 300;
    margin-top: 105px;
}

.single-testimonial p span {
    display: block;
    opacity: 0.5;
    font-weight: 300;

}



    /* Mobile */

    @media only screen and (max-width: 500px) {

		.testimonial {
				padding-left: 20px;
	padding-right: 20px;
		}
        .single-testimonial p {
            margin-top:  20px;
        }
        .single-testimonial {
            padding: 35px;
            text-align: left;
        }

        .single-testimonial h2 {
            font-size: 23px;
            line-height:  125%;
        }

        .single-testimonial h2 span {
            font-size: 55px;
            vertical-align: bottom;
            padding:  0 10px 0 0;

        }

        .single-testimonial h2 span:last-child {
            display:  none;
        }        
    }