.ub_testimonial { display: block; text-align: center; .ub_testimonial_text { text-align: left !important; position: relative; &:before, &:after { font-family: sans-serif; display: inline-block; position: relative; font-size: 32px; line-height: 32px; } &:before { content: '“'; top: 8px; margin-right: 8px; } &:after { content: "”"; top: 8px; margin-left: 4px; } } .ub_testimonial_author { font-family: var(--heading-font); color: var(--heading-color); font-weight: 700; } .ub_testimonial_img img { max-width: 80px; } .ub_testimonial_sign p { text-align: center !important; } }