.blockquote-container {
    position: relative;
    margin-top: 3.75rem;
}

.blockquote-quotemark {
    position: absolute;
    font-size: 5rem;
    top: -3.75rem;
    left: -0.75rem;
    color: #77bd22;
}

.blockquote-text {
    color: #344047;
    font-size: calc(1rem + .612vw);
    font-style: italic;
    font-weight: 500;
}

@media all and (min-width: 768px) {
    .blockquote-text {
        font-size: 1.625rem;
    }
}
