.custom-testimonial-quote-position-1 blockquote::before {
    left: 10px !important; /* move quote inside text area */
    top: -10px;
    font-size: 60px;
}

.custom-testimonial-quote-position-1 blockquote {
    padding-left: 40px; /* creates space for the quote */
    position: relative;
}
