.article_thumbnail {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 96px;
}

.section-article .article_title_h2:not(:first-child) {
    margin-top: 64px !important;
}

.article_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*object-position: center;*/
}

.article_wrap {
    width: 100%;
    /* max-width: 822px; */
    margin-right: auto;
    margin-left: auto;
}

.article_title_h1 {
    margin-bottom: 16px;
}

.article_subtitle,
.article_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.section-article a:not(.btn, .article_menu a) {
    text-decoration: underline;
    transition: var(--transition);
    font-weight: 600;
}

.section-article a:not(.btn, .article_menu a):hover {
    color: var(--black);
}

.article_text p:not(:last-child) {
    margin-bottom: 24px;
}

.article_img {
    width: 100%;
    max-width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 12px;
}

figure {
    margin-top: 64px;
    margin-bottom: 64px;
}

figcaption {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-align: center;
    margin-top: 16px;
}

.article_list-title {
    margin-bottom: 16px;
}

.article_list-circle {
    list-style: disc;
    margin-left: 24px;
}

.article_list-circle li {
    margin-bottom: 16px;
}

/*.article_list-circle li::marker {*/
/*    color: var(--primary);*/
/*}*/

.article_quote {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.25px;
    background: var(--neutrals-50);
    border-left: 2px solid var(--primary);
    padding: 24px;
}

.mt-8 {
    margin-top: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-48 {
    margin-bottom: 48px;
}

.mt-64 {
    margin-top: 64px;
}

.mb-64 {
    margin-bottom: 64px;
}

@media (max-width: 1024px) {

    .section-article .article_title_h2:not(:first-child) {
        margin-top: 64px !important;
    }


    .article_header {
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .article_thumbnail {
        height: 400px;
        margin-bottom: 80px;
    }

    .article_title_h1 {
        font-size: 48px;
    }

    .article_title_h2 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .section-article .article_title_h2:not(:first-child) {
        margin-top: 32px !important;
    }

    .article_header {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .article_thumbnail {
        height: 200px;
        margin-bottom: 64px;
    }

    .article_title_h1 {
        font-size: 40px;
    }

    .article_title_h2 {
        font-size: 30px;
    }

    figure {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}