/* Preserve readable gutters in the original About page's narrow desktop breakpoint. */
@media (min-width: 1101px) and (max-width: 1280px) {
  body.page-id-2421 .elementor-2421 > .e-con.e-parent > .e-con-inner {
    width: calc(100% - 2 * clamp(72px, 8vw, 104px)) !important;
    margin-inline: auto !important;
  }
}
