.area_en_t.blue p {
    color: #a6c1e146 !important;
}

.hs_list_wrap {
    margin: 0 auto !important;
    /* max-width: 1240px; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.hs_list_box > .vc_column-inner {
    padding: 23px 34px 23px 77px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}
.hs_list_box:last-child > .vc_column-inner {margin-bottom: 0 !important;}
.hs_list_box > .vc_column-inner::before {
    content: "01";
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    font-size: 23px;
    color: #fff;
    background: #000;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Aboreto", system-ui !important;
    letter-spacing: 0;
}
.hs_list_box:nth-child(2) > .vc_column-inner::before {content: "02";}
.hs_list_box:nth-child(3) > .vc_column-inner::before {content: "03";}
.hs_list_box:nth-child(4) > .vc_column-inner::before {content: "04";}
.hs_list_box:nth-child(5) > .vc_column-inner::before {content: "05";}
.hs_list_box:nth-child(6) > .vc_column-inner::before {content: "06";}
.hs_list_box > .vc_column-inner::after {
    content: "Effect";
    font-size: 88px;
    font-family: "Aboreto", system-ui !important;
    position: absolute;
    bottom: -7px;
    line-height: 62px;
    right: -11px;
    font-style: italic;
    text-align: right;
    opacity: 0.04;
    color: #24445d;
    font-weight: bold;
}
.hs_list_box.brown > .vc_column-inner::after {color: #5d4424;}

.hs_list_copy h5 {
    font-size: 18px;
    line-height: 1.12;
    letter-spacing: -0.5px;
    display: inline-block;
    background: #000;
    padding: 4px 25px;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 12px !important;
}
.hs_list_copy p {
    font-size: 18px;
    color: #333;
}

@media screen and (max-width:1280px) {
    .hs_list_box > .vc_column-inner {
        padding: 23px 34px 23px 60px;
    }
    .hs_list_copy p {
        font-size: 17px;
    }
}

@media screen and (max-width:999px) {
    .hs_list_copy p {
        font-size: 15px;
    }
    .hs_list_box > .vc_column-inner {
        padding: 16px 20px 16px 48px;
        margin-bottom: 0px;
    }
    .hs_list_box > .vc_column-inner::before {
        font-size: 18px;
        width: 32px;
        height: 32px;
    }
    .hs_list_box > .vc_column-inner::after {
        font-size: 48px;
        bottom: -18px;
        right: 7px;
    }
}

@media screen and (max-width:690px) {
    .hs_list_wrap > .span_12 > .hs_list_box {
        margin-bottom: 16px;
    }
}

@media screen and (max-width:480px) {
    .hs_list_wrap {
        background-attachment: initial;
    }
    .hs_list_copy p {
        font-size: 14px;
        line-height: 20px !important;
    }
}