.article-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.article-text b {
    font-weight: 700;
}

.article-text ul li p {
    margin: 0;
}

.article-text blockquote,
.article-text dd,
.article-text dl,
.article-text figure,
.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5,
.article-text h6,
.article-text hr,
.article-text p,
.article-text pre {
    margin: revert;
}

.article-text,
.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5,
.article-text h6 {
    color: rgb(61 64 67 / var(--tw-text-opacity, 1));
}

.article-text h2 {
    padding-top: 16px;
}

.article-text li,
.article-text p {
    font-size: 18px;
    line-height: 26px;
}

.article-text p {
    margin-bottom: 1.5rem;
}

.article-text a {
    --tw-text-opacity: 1;
    color: rgb(11 121 255 / var(--tw-text-opacity));
    text-decoration-line: underline;
}

.article-text blockquote {
    border-left-width: 7px;
    margin-left: 0;
    --tw-border-opacity: 1;
    border-color: rgb(0 165 56 / 1);
    padding-bottom: 10px;
    padding-left: 1.25rem;
    padding-top: 10px;
}

.article-text menu,
.article-text ol,
.article-text ul {
    list-style: revert;
    margin: revert;
    padding: revert;
}

.article-text h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .article-text {
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .article-text li,
    .article-text p {
        font-size: 20px;
        line-height: 30px;
    }

    .article-text h2 {
        font-size: 34px;
        line-height: 48px;
        padding-top: 24px;
        margin-bottom: 32px;
    }
}
