.acf-quote-block {
    border: 1px solid #E9E9E9;
    padding: 32px;
    position: relative;
    background: #fff;
    border-radius: 20px;
}

.acf-quote-block::before {
    content: "“";
    font-size: 4rem;
    position: absolute;
    top: 20px;
    left: 30px;
    color: transparent;
    line-height: 1;
    background: transparent url(quote.svg) no-repeat center;
    width: 64px;
}

.acf-quote-text {
    margin-left: 80px;
    font-size: 28px;
    line-height: 40px;
}

.acf-quote-author {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

.acf-quote-position {
    font-weight: normal;
    color: #666;
    margin-left: -0.2em;
}


@media only screen and (max-width: 600px) {
    .acf-quote-block { padding: 25px; }
    .acf-quote-block::before { top: 15px; left: 20px; width: 32px; background-size: contain; }
    .acf-quote-text { margin-left: 50px; font-size: 20px; line-height: 30px; }
    .acf-quote-author { margin-top: 10px; }
}