.termspage {
  margin: 6rem auto 0;
  max-width: 1080px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 2rem 1rem;
}

.termspage > div {
  max-width: 700px;
  margin: 0 auto;
}

.termspage button {
  color: #0078a0;
  font-weight: 600;
}

.termspage h1 {
  font-size: 25px;
  font-weight: 700;
  word-break: break-word;
  margin-bottom: 30px;
}

.termspage h2 {
  font-size: 20px;
  font-weight: 600;
  word-break: break-word;
  margin: 25px 0 10px;
}

.termspage p {
  font-size: 17px;
  font-weight: 400;
  margin: 3px 0 15px;
  line-height: 1.1;
}

.termspage a {
  text-decoration: underline;
  color: #0078a0;
  word-break: break-all;
}

@media (hover: hover) and (pointer: fine) {
  .termspage a:hover {
    color: #005774;
  }
}


@media screen and (min-width: 800px) {
  .termspage h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .termspage h2 {
    font-size: 20px;
    margin: 35px 0 10px;
  }

  .termspage p {
    font-size: 17px;
  }

  .termspage > div {
    margin: 20px auto;
  }
}