.product-image-with-text-blocks .prod-img-texts-desk {
  display: none;
}

.product-image-with-text-blocks .prod-img-texts-mob {
  display: block;
}

.product-image-with-text-blocks .block-content {
  width: calc(50% - 16px);
}

.product-image-with-text-blocks .title-sup p {
  line-height: normal;
}

@media screen and (min-width: 750px) {
  .product-image-with-text-blocks .prod-img-texts-desk {
    display: block;
  }

  .product-image-with-text-blocks .prod-img-texts-mob {
    display: none;
  }

  .product-image-with-text-blocks .block-content {
    width: calc(50% - 36px);
  }
}
