.why_box {
    width: 100%;
    padding-top: calc(40px + 5rem);
    padding-bottom: calc(10px + 5rem);
}

.why {
    max-width: 1440px;
    width: 80%;
    margin: auto;
}

.sustainable_box {
    width: 100%;
    background: #F7F7F7;
    padding: calc(20px + 4rem) 0;
}

.sustainable {
    max-width: 1440px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sustainable_left {
    width: 36.8611%;
}

.sustainable_left p:nth-of-type(1) {
    font-family: Arial_bold;
    font-weight: normal;
    font-size: calc(10px + 1.5rem);
    color: #333333;

}

.sustainable_right {
    width: 55.2083%;
    display: grid;
    grid-template-columns: 48.6792% 49.5597%;
    gap: calc(4px + 0.5rem);
}

.sustainable_pic {
    height: calc(46px + 10rem);
}

.sustainable_pic:nth-of-type(2) {
    height: calc(106px + 20rem);
    grid-row-start: 1;
    grid-row-end: 3;
}

.sustainable_pic:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 2;
}

.sustainable_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.traceable_box {
    width: 100%;
    background: #F7F7F7;
    padding-bottom: calc(20px + 4rem);
}

.traceable {
    max-width: 1440px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.traceable_left {
    width: 55.2083%;
    display: grid;
    grid-template-columns: 49.1823% 49.1823%;
    gap: calc(4px + 0.5rem);
}

.traceable_pic {
    height: calc(46px + 10rem);
}

.traceable_pic:nth-of-type(1) {
    width: 100%;
    height: calc(46px + 15rem);
    grid-column-start: 1;
    grid-column-end: 3;
}

.traceable_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.traceable_right {
    width: 36.5277%;
}
.traceable_code{
    width: calc(20px + 5rem);
    margin-top: calc(8px + 1rem);
}
.creative_box {
    width: 100%;
    padding-top: calc(10px + 5rem);
    padding-bottom: calc(20px + 2rem);
}

.creative {
    max-width: 1440px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.creative_left {
    width: 37.7777%;
}

.creative_right {
    width: 54.7222%;
    display: grid;
    grid-template-columns: 49.1116% 49.1116%;
    gap: calc(4px + 0.5rem);
}

.creative_pic {
    height: calc(46px + 10rem);
}

.creative_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_pro_box {
    width: 100%;
}

.new_pro {
    max-width: 1440px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: calc(10px + 5rem);
}

.new_pro_pic {
    width: 15.7638%;
    height: calc(32px + 15rem);
}

.new_pro_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_pro_box p {
    max-width: 1440px;
    width: 80%;
    margin: auto;
    font-family: DIN_Alternate_bold;
    font-weight: bold;
    font-size: calc(2px + 1.5rem);
    color: #333333;
    text-align: left;
    padding-bottom: calc(10px + 2rem);

}

.quality_box {
    max-width: 1440px;
    width: 80%;
    margin: auto;
    padding-top: calc(10px + 5rem);
    padding-bottom: calc(40px + 5rem);
}

.lab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(6px + 4rem);
}

.lab_left {
    width: 50.6944%;
    display: flex;
    justify-content: space-between;
}

.lab_pic {
    width: 48.9041%;
    height: calc(15px + 20rem);
    position: relative;
}

.lab_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lab_pic p {
    width: 100%;
    line-height: calc(10px + 1.5rem);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    font-family: Robotp_Regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.lab_right {
    width: 38.4722%;
}

.procedure {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(19px + 5rem);
}

.procedure_left {
    width: 36.875%;
}

.procedure_right {
    width: 55.2777%;
    display: flex;
    justify-content: space-between;
}

.procedure_pic {
    width: 49.1206%;
    height: calc(46px + 10rem);
}

.procedure_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.warranty {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(19px + 5rem);
}

.warranty_left {
    width: 55.2777%;
    display: flex;
    justify-content: space-between;
}

.warranty_pic {
    width: 49.1206%;
    height: calc(46px + 10rem);
    position: relative;
}
.warranty_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.warranty_right {
    width: 37.9861%;
}

.warranty_pic p {
    width: 100%;
    line-height: calc(10px + 1.5rem);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
    font-family: Robotp_Regular;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
   text-align: center;
}


@media (max-width: 1100px) {
    .comb_left {
        display: none;
    }

    .why_box {
        padding-top: calc(25px + 0rem);
    }

    .why .title {
        width: auto !important;
    }

    .why .title p:not(:first-child) {
        text-align: left !important;
    }

    .sustainable {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .sustainable_left {
        width: 100%;
    }

    .sustainable_left p:nth-of-type(1) {
        font-size: calc(16px + 1rem);
    }

    .sustainable_right {
        width: 100%;
    }

    .traceable {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
        flex-flow: column-reverse;
    }

    .traceable_left {
        width: 100%;
    }

    .traceable_right {
        width: 100%;
    }

    .creative {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .creative_left {
        width: 100%;
    }

    .creative_right {
        width: 100%;
    }

    .new_pro_box p {
        font-size: calc(18px + 1rem);
    }

    .new_pro {
        flex-wrap: wrap;
        row-gap: calc(10px + 1rem);
    }

    .new_pro_pic {
        width: 32%;
        height: calc(32px + 25rem);
    }

    .quality .title p:nth-of-type(1) {
        font-size: calc(18px + 1rem) !important;
        text-align: left !important;
    }

    .lab {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
        flex-flow: column-reverse;
    }

    .lab_right {
        width: 100%;
    }

    .lab_left {
        width: 100%;
    }

    .lab_pic {

        height: calc(15px + 39rem);

    }

    .procedure {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }

    .procedure_left {
        width: 100%;
    }

    .procedure_right {
        width: 100%;
    }

    .procedure_pic {
        height: calc(15px + 39rem);
    }

    .warranty{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
        flex-flow: column-reverse;
    }
    .warranty_right {
        width: 100%;
    }

    .warranty_left {
        width: 100%;
    }

    .warranty_pic{
        height: calc(15px + 39rem);
    }
}