.article-section {
    padding: 17px 25px;
}

.article-section .wrapper-callout {
    position: relative;
    border-width: 1px 0 0;
    padding: 0rem 0.3rem;
}

.article-section .callout {
    margin-bottom: 1.25rem;
    border-left: 1px solid var(--main-color);
    border-left-width: 0.25rem;
}

.article-section .article-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    margin-left: 15px;
    /* or 30px */
    letter-spacing: 0.015em;
    color: var(--primary);
}

.article-section .article-detail {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin-left: 15px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #C7C7C7;
}

.article-section .article-content {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    color: #363636;
}

.article-section .total-comment {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #C7C7C7;
}
