.section_about {
    padding: 30px 0
}

@media (max-width: 767px) {
    .section_about {
        padding-bottom: 20px;
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .section_about .about-content {
        text-align: center
    }
}

.section_about .about-content span {
    color: #DA2F38;
    font-size: 14px;
    text-transform: uppercase;
}

.section_about .about-content h3 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .section_about .about-content h3 {
        font-size: 23px
    }
}

.section_about .about-content p {
    color: #777;
    line-height: 1.8;
    max-width: 450px;
    margin-bottom: 0;
    margin-top: 10px
}
.section_about .about-content ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-right: -10px;
    margin-bottom: 5px;
    margin-top: 5px
}

@media (max-width: 767px) {
    .section_about .about-content ul {
        text-align: left
    }
}

.section_about .about-content ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    font-weight: 600;
    color: #777;
    position: relative;
    padding-right: 10px;
    padding-left: 22px
}

@media (max-width: 767px) {
    .section_about .about-content ul li {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.section_about .about-content ul li:after {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(/image/catalog/services/cleanza_about_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute
}

@media (max-width: 991px) {
    .section_about .about-content {
        margin-bottom: 20px
    }
}

.section-commitment {
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section-commitment .commitment-title h3 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .section-commitment .commitment-title h3 {
        font-size: 23px
    }
}

.section-commitment .nav-tabs {
    border: none;
    margin-bottom: 25px;
    margin-top: 25px
}

.section-commitment .nav-tabs li a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 24px;
    color: #141414;
    position: relative
}

@media (max-width: 767px) {
    .section-commitment .nav-tabs li a {
        font-size: 17px;
        padding: 0 10px
    }
}

@media (max-width: 480px) {
    .section-commitment .nav-tabs li a {
        padding: 7px 0
    }
}

.section-commitment .nav-tabs li a:after {
    left: auto;
    right: 0;
    top: 6px;
    width: 1px;
    height: 14px;
    background-color: #3d4c58;
    transform: scale(1);
    content: "";
    position: absolute
}

@media (max-width: 480px) {
    .section-commitment .nav-tabs li a:after {
        display: none
    }
}

.section-commitment .nav-tabs li:first-child a {
    padding-left: 0
}

.section-commitment .nav-tabs li:last-child a:after {
    display: none
}

.section-commitment .nav-tabs li a.active,
.section-commitment .nav-tabs li a:hover {
    color: #DA2F38
}

.section-commitment .tab-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: unset
}

.section-commitment .tab-content p {
    color: #899198;
    font-size: 15px
}

.section-commitment .tab-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px;
    color: #3d4c58
}

@media (max-width: 480px) {
    .section-commitment .tab-content h4 {
        font-size: 18px
    }
}

.section-commitment .tab-content h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
    color: #3d4c58
}

@media (max-width: 480px) {
    .section-commitment .tab-content h6 {
        font-size: 15px
    }
}

.section-commitment .tab-content h6 span {
    color: #DA2F38
}

.section-commitment .tab-content .marker-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

.section-commitment .tab-content .marker-list>li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding-left: 22px;
    margin-bottom: 7px
}

.section-commitment .tab-content .marker-list>li:after {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(/image/catalog/icon/cleanza_about_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute
}

.section-commitment .tab-content .num-box {
    position: relative;
    padding: 0 40px 0 30px
}

.section-commitment .tab-content .num-box .num-box-num {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-weight: bold;
    color: #DA2F38
}

.section-commitment .tab-content .num-box .num-box-title {
    font-size: 20px;
    margin-bottom: 15px
}

@media (max-width: 480px) {
    .section-commitment .tab-content .num-box .num-box-title {
        font-size: 18px
    }
}