.sub-banner {
    position: relative;
    width: 100%;
    height: 440px;
    background: url(../images/product_safety_features/banner.png) 50% 0 no-repeat;
}

.sub-banner h1 {
    margin: 0;
    line-height: 80px;
    font-weight: 400;
    font-size: 56px;
    color: #fff;
    text-align: center;
}

.sub-banner .sub-banner-inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1024px;
    margin-top:102px;
}

.sub-banner p {
    margin:0;
    margin-top: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 44px;
    color: #FFFFFF;
}

/* common  start*/

.product_safety_features .display-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product_safety_features h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 56px;
}

.product_safety_features section:nth-child(odd) h2 {
    color: rgba(255, 255, 255, 1);
}

.product_safety_features #content section {
    padding: 100px 0 120px;
}

/* common  end*/

/*  content */
#content section:nth-child(odd) {
    background-color: #091423;
}

#content section.one {
    position: relative;
    height: 528px;
    background:  #091423;
}
#content .one .display-flex {
    max-width: 1024px;
    margin: 0 auto;
    justify-content: space-around;
}
#content .one .display-flex img {
    width: 80px;
    height: 80px;
}

#content .one .display-flex .item-content {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 24px;
}

#content .two .container{
    max-width: 1024px;
}
#content .two .two-part-item{
  margin-bottom:80px;
}

#content .two .display-flex {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#content .two h4 {
    flex-basis: 160px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01px;
    color: #000000;
    margin:0;
}

#content .two p {
    flex:1;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01px;
    color: rgba(0, 0, 0, 0.65);
    margin:0;
}


#content .two .two-part-item .part-title{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01px;
    color: #000000;
}

#content .two .descript-tips{
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 22px;
letter-spacing: -0.01px;
color: rgba(0, 0, 0, 0.45);
}


.text-conter-h2 {
    font-size: 40px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 56px;
    height: 56px;
    margin-bottom: 48px !important;
}

.product_safety_en-us .sub-banner p {
    font-size: 20px;
}

.product_safety_en-us .sub-banner .sub-banner-inner {
    position: initial;
    top: 0;
    left: 0;
    transform: translateX(0); 
    margin-left:20%;
    margin-right:20%;
}

@media (max-width: 1199px) {
    .product_safety_features #content p {
        font-size: 14px;
    }
    .sub-banner .sub-banner-inner {
        margin-top: 60px; 
    }
    .product_safety_en-us .sub-banner p {
    line-height: 1.5;
    }
    .product_safety_en-us .sub-banner .sub-banner-inner {
        margin-left:15%;
        margin-right:15%;
        line-height: 2;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sub-banner .sub-banner-inner {
        margin-top: 60px;
        margin-left: -50px;
        margin-right: -50px;
    }
    .product_safety_en-us .sub-banner p {
        line-height: 1.5;
    }
    .product_safety_en-us .sub-banner .sub-banner-inner {
        margin-left:10%;
        margin-right:10%;
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    .sub-banner h1 {
        font-size: 48px;
        line-height: 1.5;
    }
    .sub-banner .sub-banner-inner {
        margin-top: 60px;
        left:20px;
        right:20px;
        bottom: 0;
        margin:auto;
        margin-top:102px;
        transform: translate(0);
    }

     .sub-banner p {
    font-size: 24px;
    /* line-height: 1.5; */
    }

    .product_safety_en-us .sub-banner p {
    font-size: 16px;
    line-height: 1.5;
    }

    .product_safety_en-us .sub-banner .sub-banner-inner {
        margin-left:5%;
        margin-right:5%;
        line-height: 1.5;
        margin-top: 80px;
    }
}
