.mbt-expert-advice-shortcode {
    background: #f6f8fa;
    border-radius: 10px;
    padding: 32px;
}
.mbt-expert-advice-shortcode .quotes {
    margin-bottom : 38px;
}
.mbt-expert-advice-shortcode .mbt-expert-advice-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.mbt-expert-advice-shortcode .mbt-expert-advice-name {
    font-size: 18px;
}
.mbt-expert-advice-shortcode .mbt-expert-advice-job {
    font-size: 16px;
    color: #545b63;
    line-height: 18px;
}
.mbt-expert-advice-shortcode .mbt-expert-advice-title {
    font-size: 28px;
    line-height: 28px;
    color: #545b63;
    margin-bottom: 24px;
}
.mbt-expert-advice-shortcode .mbt-expert-advice-header {
    font-weight: 700;
    font-size: 22px;
    color: #161338;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.mbt-expert-advice-shortcode blockquote {
    border: 0;
    font-weight: 400;
    color: #1f1f1f;
    font-size: 17.5px;
    line-height: 28px;
    margin: 0.5em;
    padding: 0.5em 2em 0.2em 3em;
    position: relative;
    quotes: "“" "”";
}
.mbt-expert-advice-shortcode .mbt-expert-advice-content blockquote:before {
    position: absolute;
    font-size: 4em;
    line-height: 1;
    top: 0;
    left: 0;
    content: open-quote;
    font: italic 400% / 1 'Roboto';
}
.mbt-expert-advice-shortcode .mbt-expert-advice-content blockquote:after {
    position: absolute;
    font-size: 4em;
    line-height: 1;
    bottom: -0.5em;
    content: close-quote;
    font: italic 400% / 1 'Roboto';
}
.mbt-expert-advice-shortcode .mbt-expert-advice-content blockquote p {
    display: inline;
    font-weight: 400;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .mbt-expert-advice-shortcode {
        padding: 22px;
    }
    .mbt-expert-advice-shortcode .mbt-expert-advice-title {
        font-size: 22px;
        line-height: 22px;
    }
    .mbt-expert-advice-shortcode .mbt-expert-advice-name {
        font-size: 16px;
    }
    #article-content .mbt-expert-advice-shortcode .mbt-expert-advice-job, .mbt-expert-advice-shortcode .mbt-expert-advice-job {
        font-size: 16px;
        color: #545b63;
        line-height: 18px;
    }
    #article-content .mbt-expert-advice-shortcode .mbt-expert-advice-header, .mbt-expert-advice-shortcode .mbt-expert-advice-header {
        font-size: 18px;
        line-height: 28px;
        margin-top: 16px;
    }
}