.is-style-mega-thin-quote {
    font-size: 1.6em;
    font-style: italic;
    line-height: 1.6;
    border-left: none;
}
.is-style-mega-thin-quote strong {
     font-weight: 200;
}

@media only screen and (max-width: 768px) {
    .is-style-mega-thin-quote {
        font-size: 1.3em;
        line-height: 1.2;
    }
}
