.article_A_container_outer {
    border-top: none;
}

.article_A_container_outer,
.article_C_container_outer,
.article_D_container_outer {
    background-color: #F3F3F3;
}

.article_A_paragraph_container {
    display: flex;
    /* margin-top: 60px; */
}

.article_A_paragraph_L,
.article_A_paragraph_R {
    width: 576px;
}

.article_A_paragraph_R {
    margin-left: 80px;
}


/* ______________________________________________________________________________________________ */

.article_B_flex_container {
    display: flex;
    justify-content: space-between;
}

.article_B_left {
    width: 586px;
}

.article_B_text_container {
    margin-top: 60px;
}

.article_B_paragraph_top {
    margin-bottom: 60px;
}

.article_B_paragraph_bottom {
    margin-top: 30px;
}

.article_B_img_mobile {
    display: none;
}

.article_B_img_container {
    width: 586px;
    height: 586px;
    background-color: #B1C7FF;
}

.article_B_img {
    width: 510px;
    height: 510px;
    border-radius: 50%;
    margin-top: 38px;
    margin-left: 38px;
}

.article_B_button {
    width: 1260px;
    height: 85px;
    border-radius: 42px;
    margin-top: 120px;
    margin-left: calc((100% - 1260px) * 0.5);
    font-weight: 500;
    font-size: 40px;
    border: none;
    border: 1px solid black;
    background-color: var(--red);
}

.article_B_button:hover {
    background-color: var(--hover);
}


/* ______________________________________________________________________________________________ */

.article_C_flex_container {
    display: flex;
    justify-content: space-between;
}

.article_C_left,
.article_C_right {
    width: 576px;
}

.article_C_point_el_container {
    display: flex;
    margin-bottom: 12px;
}

.article_C_dot_container {
    height: auto;
}

.article_C_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: black;
    margin-top: 9px;
    margin-right: 12px;
}


/* ______________________________________________________________________________________________ */

.article_D_paragraph_title {
    margin-bottom: 8px;
}


/* ______________________________________________________________________________________________ */


/* ______________________________________________________________________________________________ */


/* ______________________________________________________________________________________________ */

@media only screen and (max-width: 1280px) {
    .article_A_paragraph_container {
        flex-direction: column;
    }
    .article_A_paragraph_L,
    .article_A_paragraph_R {
        width: 100%;
    }
    .article_A_paragraph_R {
        margin-left: 0;
        margin-top: 26px;
    }
    /* ______________________________________________________________________________________________ */
    .article_B_container_outer {
        padding-top: 0;
        padding-bottom: 0;
    }
    .article_B_img_desktop {
        display: none;
    }
    .article_B_img_mobile {
        display: unset;
    }
    .article_B_flex_container {
        display: flex;
        justify-content: space-between;
        margin-top: 42px;
    }
    .article_B_text_container {
        margin-top: 0;
    }
    .article_B_paragraph_top {
        margin-bottom: 30px;
    }
    .article_B_left {
        width: 100%;
    }
    .article_B_img_mobile_wrapper {
        width: 100%;
        height: 393px;
    }
    .article_B_img_container {
        width: 100%;
        height: 393px;
    }
    .article_B_img {
        width: 342px;
        height: 342px;
        margin-top: 25px;
        margin-left: calc(50% - 171px);
    }
    .article_B_button {
        width: 64%;
        height: 72px;
        margin-top: 60px;
        margin-bottom: 68px;
        margin-left: 18%;
        font-size: 30px;
    }
    /* ______________________________________________________________________________________________ */
    .article_C_flex_container {
        /* display: flex;
        justify-content: space-between; */
        flex-direction: column;
    }
    .article_C_left,
    .article_C_right {
        width: 100%;
    }
    .article_C_right {
        margin-top: 26px;
    }
}


/* ______________________________________________________________________________________________ */


/* ______________________________________________________________________________________________ */


/* ______________________________________________________________________________________________ */

@media only screen and (max-width: 860px) {
    .article_B_button {
        width: 100%;
        height: 45px;
        margin-left: 0;
        font-size: 22px;
    }
}
