  @media screen and (max-width: 750px){
.template-product table{
  width:100% !important;
  table-layout: auto !important;
}

   .template-product .product__info-container .rte table {
  white-space: wrap !important;
}

    .template-product .product__info-container .rte td{
  width:auto !important;
      white-space: normal !important;
}
  }