
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .meethope-page * {
      box-sizing: border-box;
    }
    .meethope-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .meethope-page a:hover {
      text-decoration: underline;
    }
    .meethope-page img {
      max-width: 100%;
      height: auto;
    }
    .meethope-product-image {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
      margin-left: auto;
      margin-right: auto;
    }
    .meethope-hero-image {
      max-width: 360px !important;
      max-height: 520px !important;
    }
    .meethope-demo-image {
      max-height: 420px !important;
    }
    @media (max-width: 767px) {
      .meethope-hero-image {
        max-width: 300px !important;
        max-height: 420px !important;
      }
      .meethope-demo-image {
        max-height: 340px !important;
      }
    }
    .meethope-page table th,
    .meethope-page table td {
      vertical-align: top;
    }
  