
    .senseng-page {
      font-family: Arial, Helvetica, sans-serif;
      color: #24313d;
      background: #fbfaf7;
      line-height: 1.65;
    }
    .senseng-page * {
      box-sizing: border-box;
    }
    .senseng-page a {
      color: #28756a;
      text-decoration: none;
    }
    .senseng-page a:hover {
      text-decoration: underline;
    }
    .senseng-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .senseng-page h1,
    .senseng-page h2,
    .senseng-page h3 {
      color: #16212c;
      line-height: 1.2;
      margin-top: 0;
    }
    .senseng-page h1 {
      font-size: 40px;
    }
    .senseng-page h2 {
      font-size: 24px;
    }
    .senseng-page h3 {
      font-size: 20px;
    }
    .senseng-page p {
      margin: 0;
    }
    .senseng-page p,
    .senseng-page li,
    .senseng-page td,
    .senseng-page th,
    .senseng-page a {
      font-size: 16px;
    }
    .senseng-page .eyebrow-text {
      font-size: 14px;
    }
    .keyword-link {
      display: inline;
      color: #28756a !important;
      font-weight: 700;
      border-bottom: 2px solid #a9ddd4;
    }
  