#csr-bg {
    background: url('../../../../wp-content/uploads/2021/06/csr-banner-pc.jpg') no-repeat;
    min-height: 370px;
}
ol {
    list-style-position: outside;
    padding-left: 20px;
}
ol li {
    line-height: 25px;
}
.env-policy {
    padding: 96px !important;
}



.contact-e{
    font-size: 1.4rem;
}
@media (max-width: 991.8px) {
    #csr-bg {
        background: url('../../../../wp-content/uploads/2021/06/csr-banner-tab.jpg') no-repeat;
        min-height: 370px;
        margin-left: 0;
    }
    .custom-border .border-light {
        width: 65vw !important;
    }
    .cbox .title{
        margin-bottom: 16px!important;
    }
}
@media  (max-width: 575.98px) {
    #csr-bg {
        background: url('../../../../wp-content/uploads/2021/06/csr-banner-sp.jpg') no-repeat;
        min-height: 210px;
    }
    .box-grid h2.f-24 {
        font-size: 20px !important;
    }
    .ls-font-sm {
        font-size: 12px !important;
    }
    .mt-3.f-16 {
        font-size: 14px !important;
    }
    .env-policy {
        margin-left: -20px !important;
        padding: 0 20px;
    }
    .cbox .cbox-content {
        margin-top: 0;
        margin-left: -20px !important;
    }

    .cbox-image img{
        min-height: 210px;
        object-fit: cover;
    }

    .cbox .title{
        margin-bottom: 0!important;
    }
}
