@media (min-width: 768px) {
  .section-image-with-product .l-image-with-product {
    display: flex;
  }
  .section-image-with-product .l-image-with-product .image-with-text-overlay__block {
    width: var(--second-block-size);
  }
  .section-image-with-product .l-image-with-product .image-with-text-overlay__block:first-child {
    width: var(--first-block-size);
  }
}
 