#sh135-temp h1, #sh135-temp h2, #sh135-temp h3, #sh135-temp h4, #sh135-temp h5, #sh135-temp h6, #sh135-temp li, #sh135-temp p, #sh135-temp ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.5;
}
#sh135-temp img {
    border: none;
    max-width: 100%;
    width: auto;
    height: auto;
}
#sh135-temp .f-24 {
    font-size: 2.4rem;
}
#sh135-temp .semibold {
    font-weight: 600;
}
#sh135-temp {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
#sh135-temp .section-white-banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

#sh135-temp .section-white-banner .banner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 30px 48px;
    background-color: #fff;
    border: 1px solid #e2007e;
    border-radius: 20px;
}
#sh135-temp .section-white-banner .banner-box .left-box {
    display: flex;
    align-items: center;
    gap: 36px;
}
#sh135-temp .section-white-banner .banner-box .left-box .banner-icon-green-zone {
    min-width: 68px;
    height: auto;
}


@media all and (max-width: 992px) {
    #sh135-temp .section-white-banner {
        padding-top: 24px;
    }

    #sh135-temp .section-white-banner .banner-box .left-box {
        gap: 24px;
    }



}

@media all and (max-width: 768px) {
#sh135-temp .section-white-banner .banner-box {
        padding: 16px 24px;
    }

    #sh135-temp .section-white-banner .banner-box .left-box {
        gap: 16px;
    }
#sh135-temp .section-white-banner .banner-box .left-box .banner-icon-green-zone {
        min-width: 50px;
        max-width: 58px;
    }
}
@media all and (max-width: 576px) {
    #sh135-temp .section-white-banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #sh135-temp .section-white-banner .banner-box {
        flex-direction: column;
    }

    #sh135-temp .section-white-banner .banner-box .left-box {
        flex-direction: column;
        justify-content: center;
    }

    #sh135-temp .section-white-banner .banner-box .left-box .banner-info {
        text-align: center;
    }
}

