.aside_author-content img {
    width: 80px;
    object-fit: contain;
}

.article-detail p.h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 119%;
    color: #333;
    margin-top: 32px;
    margin-bottom: 12px;
}

.article-detail p.h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 119%;
    color: #333;
    margin-top: 32px;
    margin-bottom: 12px;
}

.faq-item .answer ul li::before {
    content: "";
    top: 5px;
    position: absolute;
    display: block;
    background-color: #2464ea;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0px;
    top: 9px;
}

.faq-item .answer ul li {
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 140%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.article-detail h4 {
    margin: 20px 0 0 0;
}

.article-detail_content p {
    margin: 10px 0;
}