.sub_0354a>.article:last-child {
    max-width: 656px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

.sub_0354a>.article .has_img:nth-child(2) {
    background: none !important;
    margin-right: -61px !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 10%;
    /* height: calc(100% - 5px); */
}

.sub_0354a>.article .has_img:nth-child(2) img {}

.article .has_img:nth-child(2)+div {}

.article .has_img:nth-child(4) {
    text-align: center !important;
    display: flex;
    justify-content: center;
}

.sub_0354a>.article .has_img:nth-child(4) img {}

.sub_0354a>.article .has_img:nth-child(6) {
    background: none !important;
    display: flex;
    justify-content: space-around;
    margin: 10px 0 !important;
}

.sub_0354a>.article .has_img:nth-child(6) img:last-child {
    margin: 0 !important;
}

.sub_0354a>.article .has_img:nth-child(6)+div, .article .has_img:nth-child(6)+div+div {
    margin: 0 !important;
    width: calc(50% - 10px) !important;
    box-sizing: border-box;
}

.sub_0354a>.article .has_img:nth-child(6)+div+div {
    float: right !important;
}

@media screen and (max-width:997px) {
    .sub_0354a>.article:last-child {
        max-width: calc(100% - 30px);
        margin: 0;
    }

    .sub_0354a>.article .has_img:nth-child(2)+div, .article .has_img:nth-child(4)+div {
        width: 100% !important;
        box-sizing: border-box;
    }

    .sub_0354a>.article .has_img:nth-child(2) {
        top: 32%;
    }
}

@media screen and (max-width:767px) {
    .sub_0354a>.article .has_img:nth-child(2) {
        display: none
    }

    .sub_0354a>.article:last-child {
        max-width: calc(100% - 0px);

    }

    .sub_0354 {

        padding: 64px 20px 80px;
    }
}