/* ---------------------------------------
    CORE/PARAGRAPH
--------------------------------------- */
/* Paragraph With Purple Line On The Right */
p.is-style-post-explain {
    border-left: 1px solid #7161ef;
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 27px 0px;

    font-weight: 500;
    font-size: 1.25rem;
    line-height: 175%;
}

@media (max-width: 768px) {
    p.is-style-post-explain {
        margin: -8px 0px 24px 0px;

        line-height: 130%;
        color: #25283d;
    }
}