.product-section .product__description.mobile {
  	display: none;
 }
@media only screen and (max-width: 749px) {
  .product-section .product__description {
  	display: none;
  }
  .product-section .product__description.mobile {
  	display: block;
  }
}