.product-info-wrapper{
  overflow: hidden;
}
.contain-img{
    width:100% !important;
    max-width: 442px !important;
   
}
.contain-img img{
    width: 100% !important;
   
}

.hair-care-heading{
    text-align: center;
    font-family: "Roboto Slab", serif !important;
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 30px;
}
.feature-contain h4{
    font-family: "Roboto Slab", serif !important;
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.feature-contain{
    border: 1px solid;
    border-color: #C9C9C9;
    padding: 25px;
    min-height: 450px; 
    margin-bottom: 20px;
}
.benefit-head{
  font-family: "Roboto", sans-serif;
    font-size: 20px;
}
/* .pro-tin-head{
  
} */
 .bg-image-section {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
  .core-value-head{
    color: #fff;
    margin-bottom: 40px;
  }
  .bg-image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0098dad6; 
    z-index: -1;
  }

  .container {
    z-index: 2; 
  }
  .choose-para{
    text-align: left;
    color: #fff;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
  }
  @media (max-width: 768px){
    .hair-care-product{
      flex-direction: column-reverse!important;
    }
    .bg-image-section{
      height: 0%!important;
    }
  }