#products_1 {
    min-height: 400px;
}
#products_1:before {
    content: '';
    background-image: linear-gradient(transparent, #000000d9);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.des-product-title p{
    margin-bottom: 0;
}
#products_4 {
    background: #00802d;
    padding: 60px 0;
}
.contentPro-text p {
    color: #fff;
    margin-bottom: 0;
}
.contentPro-text p:last-child {
    font-size: 34px;
    font-family: 'SVN-Gilroy-Bold';
    line-height: 1;
}
.contentPro-text {
    margin-bottom: 30px;
}
.boxProduct h4 {
    color: #fff;
    font-size: 20px;
}
.boxProduct p {
    color: #fff;
}
.desBanner2 p:first-child {
    font-size: 34px;
    font-family: 'SVN-Gilroy-Bold';
    line-height: 1.3;
    margin-bottom: 20px;
}
.desBanner2 p:last-child {
    font-size: 18px;
}
#products_7 {
    margin-bottom: 40px;
}
.des-Product p{
    font-size: 18px;
}
.des-Product p:last-child {
    margin-bottom: 0;
}
@media (max-width: 549px){
    #products_1 {
        min-height: 200px;
    }
    #products_2 {
        padding: 20px 0 !important;
    }
    .desBanner2 p:first-child {
        font-size: 26px;
    }
    .desBanner2 p:first-child {
        font-size: 26px;
    }
    .contentPro-text {
        text-align: center;
    }
    .contentPro-text p:last-child {
        font-size: 28px;
    }
    .boxProduct {
        text-align: center !important;
    }
    .boxProduct .icon-box-img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
}