section.content-wrapper.product-header-sec {
  padding-bottom: 0;
}
section.content-wrapper.product-feature-sec {
  padding-top: 0;
}
.product-header {
  display: flex;
  flex-wrap: wrap;
}
.product-header .left{
  max-width: 52.63%;
    width: 100%;
    padding-right:30px
}
.product-header .right{
  max-width: calc(100% - 52.63%);
  width: 100%;
  padding: 0px 30px;
}
.product-header .right img{
  max-width: 100%;
  height: auto;

}

@media(max-width:768px) {
  .product-header .left{
    max-width: 100%;
  }
  .product-header .right{
    max-width: 100%;
  }
}