.article-content-theme {
    p {
        margin-top: 1.8rem;
        text-align: justify;
    }

    h2{
        margin-top: 2.2rem;
        color: rgb(17 24 39);
        letter-spacing: -0.025em;
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 2.25rem;

        @media (min-width: 640px) {
            font-size: 2.25rem;
            line-height: 2.5rem;
        }
    }



}
