<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hooking.section-features-detail {
    background: url(../img/update2021/Desktop/circle_top.png) no-repeat ,url(../img/update2021/Desktop/circle_under.png) no-repeat;
    background-size: 20%;
    background-position: top left, right bottom;
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

#hooking .list-features-detail {
    margin: 0;
    max-width: unset;
}


#hooking .sc-features-detail {
    padding: 0;
}

#hooking .list-features-inner {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
}

@media screen and (max-width: 991px) {
    #hooking.section-features-detail {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .list-features-inner {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #hooking.section-features-detail {
        background: url(../img/update2021/Mobile/mb-circle_top.png) no-repeat ,url(../img/update2021/Mobile/mb-circle_under.png) no-repeat;
        background-size: 35%;
        background-position: top left, right bottom;
    }
}</pre></body></html>