body {
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
  padding: 44px 20px;
  color: #111316;
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  font-family: 'Inter', 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue',
    Arial, sans-serif;
}

p {
  margin: 0;
}

.title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 0;
}

.effectove-date {
  margin-bottom: 24px;
  color: #4c525a;
}

.MsoNormal {
  b {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
  }
}

a {
  color: #036ffc;
  size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;

  &:visited {
    color: #036ffc;
  }
}

@media only screen and (max-width: 767.99px) and (orientation: portrait) {
  body {
    max-width: 100%;
    box-sizing: border-box;
  }
}
