@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .ar-page {
    margin-top: 0 !important;
  }

  .ar-wrap,
  .ar-article .ar-wrap {
    width: min(100vw - 28px, 940px) !important;
  }

  .ar-page:not(.ar-home) .ar-hero {
    min-height: auto;
    padding: 270px 0 40px;
    background-size: auto 290px;
  }

  .ar-page:not(.ar-home) .ar-hero h1 {
    font-size: 30px;
    line-height: 1.12;
  }

  .ar-page:not(.ar-home) .ar-hero p {
    font-size: 15px;
    line-height: 1.5;
  }

  .ar-table-wrap {
    overflow: visible !important;
    border: 0;
    background: transparent;
  }

  .ar-table {
    width: 100%;
    min-width: 0 !important;
    table-layout: fixed;
  }

  .ar-table th,
  .ar-table td {
    padding: 10px 8px;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 12px;
    line-height: 1.35;
  }

  .ar-table th {
    font-size: 10px;
    letter-spacing: 0;
  }

  .wp-block-table,
  .elementor-widget-container,
  .entry-content,
  .post-content {
    max-width: 100%;
  }

  .wp-block-table table,
  .elementor-widget-container table,
  .entry-content table,
  .post-content table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed;
  }

  .wp-block-table th,
  .wp-block-table td,
  .elementor-widget-container th,
  .elementor-widget-container td,
  .entry-content th,
  .entry-content td,
  .post-content th,
  .post-content td {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ar-map-wrap,
  .ar-map {
    min-width: 0 !important;
    max-width: 100%;
  }

  .ar-map-wrap {
    overflow: hidden !important;
  }

  .ar-map {
    width: 100% !important;
    height: auto;
  }

  .ar-video-embed,
  .ar-video-card,
  .ar-card,
  .ar-footer-card {
    border-radius: 8px;
  }

  .ar-video-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}
