.inlineQuote {
    display: flex;
    flex-direction: column;
}
.inlineQuote > svg {
    width: 44px;
    height: 34px;
    margin-bottom: 18px;
}
.inlineQuote > p {
    font-family: 'Merriweather', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-style: italic;
    margin-bottom: 10px;
}
.inlineQuote > span {
    font-family: 'WorkSans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.32px;
    color: #000000;
}
@media screen and (max-width: 768px) {
    .inlineQuote > svg {
        width: 38px;
        height: 30px;
        margin-bottom: 12px;
    }
    .inlineQuote > p {
        font-size: 18px;
        line-height: 24px;
    }
    .inlineQuote > span {
        font-size: 12px;
        letter-spacing: -0.24px;
    }
}