/* Keep the mirrored two-column catalog readable in a narrow desktop window. */
@media (min-width: 1000px) and (max-width: 1199px) {
  .main-page-wrapper .elementor-element.wd-section-stretch.expand1 > .e-con-inner {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 32px !important;
  }

  .main-page-wrapper .elementor-element.wd-section-stretch.expand1 > .e-con-inner > .e-con:first-child {
    flex: 0 0 180px !important;
    min-width: 0 !important;
  }

  .main-page-wrapper .elementor-element.wd-section-stretch.expand1 > .e-con-inner > .e-con:nth-child(2) {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}
