.sus_bat_inner_box h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 26px;
    margin-top: 35px;
}

.sus_bat_text_list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sus_bat_text_list_box aside {
    width: 48%;
}

.sus_bat_text_list_box p {
    color: #000;
    line-height: 22px;
}
.sus_tomorow_box h2 {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}

.sus_tomorow_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sus_tomorow_box ul li {
    width: 23%;
    background: #fff;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 18%);
    padding: 30px;
    text-align: center;
    list-style: none;
}

.sus_tomorow_box ul li h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 22px;
    color: #000;
}

.sus_tomorow_box ul li p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
.ses_tomorow_image_box {
    height: 142px;
}
.sus_recycling_box {
    text-align: center;
    margin-top: 80px;
}

.sus_recycling_box p {
    color: #000;
    line-height: 24px;
}
.sus_zero_box {
    text-align: center;
    background: #fbf5f5;
    padding: 50px 0px;
    margin-top: 40px;
    padding-bottom: 100px;
}

.sus_zero_box h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 26px;
}

.sus_zero_box p {
    color: #000;
    line-height: 24px;
}
.did_you_know_box {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 17%);
    border-radius: 8px;
    overflow: hidden;
    margin-top: -56px;
    margin-bottom: 30px;
}

.did_you_know_box aside {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 26px;
}
.did_you_know_box aside:last-child {
    background: #4fbc61;
    text-align: center;
    color: #fff;
}

.sustainability_close_green_box {
    position: relative;
    border: 2px dashed rgb(255 255 255 / 65%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 63px;
}

.sustainability_close_green_box h4 {
    line-height: 24px;
    position: relative;
}
.sustainability_close_green_box h4:after {
    width: 24px;
    height: 16px;
    position: absolute;
    top: -28px;
    right: -44px;
    background: url(../images/did_top_left_icon.jpg);
    background-repeat: no-repeat;
    content: "";
}
.sustainability_close_green_box h4:before {
    width: 24px;
    height: 16px;
    position: absolute;
    top: -28px;
    left: -44px;
    background: url(../images/did_top_left_icon.jpg);
    background-repeat: no-repeat;
    content: "";
}

.did_you_know_box aside ul {
    padding-left: 20px;
    border-left: 1px dotted #000;
}

.did_you_know_box aside ul li {
    list-style: none;
    margin-bottom: 12px;
    color: #000;
    font-weight: normal;
    position: relative;
    padding-left: 14px;
    font-size: 12px;
}

.did_you_know_box aside ul li:before {
    position: absolute;
    width: 6px;
    height: 2px;
    background: #000;
    content: "";
    top: 10px;
    left: 0px;
}

.did_left_image_box {
    padding-right: 14px;
}

.did_you_know_box aside:first-child {
    align-items: center;
}
.did_you_know_box aside ul li:last-child {
    margin-bottom: 0px;
}
.sustainability_close_green_box:after {
    background: url(../images/did_icon_right_bottom_icon.jpg);
    width: 124px;
    height: 57px;
    position: absolute;
    content: "";
    right: 4px;
    bottom: 1px;
    background-repeat: no-repeat;
}
.sustainability_close_green_box::before {
    background: url(../images/did_icon_left_bottom_icon.jpg);
    width:85px;
    height:54px;
    position: absolute;
    content: "";
    left: 8px;
    bottom: 1px;
    background-repeat: no-repeat;
}



@media screen and (max-width:680px) {
    .sus_bat_text_list_box aside {
        width: 100%;
    }
    .sus_bat_text_list_box p {
        padding: 0px;
        text-align: center;
    }
    .sus_tomorow_box ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .sus_tomorow_box ul li h3 {
        padding: 0px;
    }
    .sus_tomorow_box ul li p {
        text-align: center;
        padding: 0px;
    }
    .sus_recycling_box p {
        text-align: center;
        padding: 0px;
    }
    .sus_zero_box {
        text-align: center;
        padding: 22px 0px;
        padding-bottom: 100px;
    }
    .sus_zero_box p {
        text-align: center;
        padding: 0px;
    }
    .did_you_know_box aside {
        width: 100%;
    }
    .did_you_know_box aside:first-child {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .did_you_know_box aside ul {
        padding-left:0px;
        border-top: 1px dotted #000;
        border-left: none;
        margin-top: 10px;
        padding-top: 10px;
    }
    .sustainability_close_green_box {
        padding: 20px 20px;
    }
    .sustainability_close_green_box:after {
        display: none;
    }
    .sustainability_close_green_box::before {
        display: none;
    }
    .sustainability_close_green_box h4:after {
        display: none;
    }
    .sustainability_close_green_box h4::before {
        display: none;
    }
    .sus_recycling_box {
        margin-top: 40px;
    }
    .sus_tomorow_box h2 {
        text-align: center;
    }
    .sus_bat_inner_box h2 {
        text-align: center;
    }
}