#section_products {
  background: transparent linear-gradient(180deg, #33bac5 0%, #5b57a2 100%) 0%
    0% no-repeat padding-box;
  min-height: 475px;
  padding: 43px 0;
}
.page_products #section_products h4 {
    text-transform: inherit;
    font: normal normal normal 24px/29px Lato;
  color: #ffffff;
  text-align: center;
}


.page_products #section_products .features-icon{
    margin-bottom: 23px;
    width: 100%;
    text-align: center;
}
.page_products #section_products .features-icon img{
    max-width: 350px;
    max-height: 225px;
    margin: 0 auto;
    display: inline;

}

.title_product {
  margin: 0 auto;
  margin-bottom: 38px;
  font: normal normal bold 32px/39px 'Lato';
  font-family: 'Lato';
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.page_products .Modern-Slider .item .img-fill {
    height: 496px;
    background: #fff;
}

/* .page_products .header-area{
    position: relative;

} */



.title_store {
    font: normal normal bold 32px/39px Lato;
    letter-spacing: 0px;
    color: #000000D9;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 22px;
  }
  .store_logo{
      text-align: center;
      width: 100%;
      margin-bottom: 18px;
  }
  .store_logo img{
    margin-right: 30px;
    display: inline;
}

.title_comming{
    text-align: center;
font: normal normal normal 24px/32px Roboto;
letter-spacing: 0px;
color: #151515;
width: 100%;
font-weight: 400;
margin-bottom: 37px;
}

.title_comming_month{
    color: #FC6820;
    font-weight: bold;

}
.show_pc{
    display: block;
}
.show_mb{
    display: none;
}
@media (max-width:768px){
    .show_pc{
        display: none;
    }
    .show_mb{
        display: block;
    }
    .store_logo img{
        margin-bottom: 30px;
       
    }
    #contact-us {
        padding: 20px 0px;

    }
}
@media (min-width:1500px){
    .page_products .img-bg{
        background-size: contain;
    }
}