@media (max-width: 767px) {
  .pwa-shell.tos-page,
  .pwa-shell.tos-page .ch-content {
    overflow-x: hidden;
    background: var(--pwa-bg);
  }

  .pwa-shell.tos-page .ch-content {
    min-height: 0;
  }

  .pwa-shell.tos-page .tos-page-content {
    width: auto;
    margin: 0;
    padding: 30px 18px 28px;
    box-sizing: border-box;
  }

  .pwa-shell.tos-page .tos-accept-bar {
    margin-bottom: 14px;
  }

  .pwa-shell.tos-page .tos-content {
    padding: 22px 18px 26px;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(7, 81, 97, 0.09);
    font-size: 15px;
    line-height: 1.55;
  }

  .pwa-shell.tos-page .tos-content h1,
  .pwa-shell.tos-page .tos-content h2 {
    margin-bottom: 18px;
    font-size: 27px;
    line-height: 1.16;
  }

  .pwa-shell.tos-page .tos-content h3 {
    margin-top: 26px;
    font-size: 21px;
    line-height: 1.2;
  }

  .pwa-shell.tos-page .tos-content h4 {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.22;
  }

  .pwa-shell.tos-page .tos-content p {
    margin-bottom: 15px;
  }

  .pwa-shell.tos-page .tos-content ul,
  .pwa-shell.tos-page .tos-content ol {
    margin-left: 18px;
  }

  .pwa-shell.tos-page .footer-container {
    background: var(--pwa-teal);
    color: #fff;
  }

  .pwa-shell.tos-page .footer-container .footer {
    background: var(--pwa-teal);
  }

  .pwa-shell.tos-page .footer-container .footer-bottom {
    color: rgba(255, 255, 255, 0.72);
  }
}
