/* homepage hero */
@media screen and (max-width: 640px) {
    .uc-hero h1 br {
        display: none;
    }
}
.uc-hero u {
    text-decoration-color: #ef9f23;
}
.uc-hero ul>li:not(:last-child) {
    margin-bottom: 4px;
}
.uc-hero ul>li::marker {
    color: #ef9f23;
}
.uc-hero .t996__cover {
    background-size: contain !important;
}
@media screen and (max-width: 960px) {
    .uc-hero .t996__container {
        padding: 70px 0 0 0;
    }
}