/* Terms */

.terms {
  padding: 20px 8% 100px;
}

.terms {
  padding: 25px 38px;
  font-size: 18px;
  color: var(--white);
}

.terms h1 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.terms h5 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.terms p {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.65;
  color: var(--white);
}

.terms__paragraph {
  padding: 30px;
  color: var(--white);
  font-weight: 400;
  opacity: 0.9;
}

@media only screen and (max-width: 1290px) {
  .terms {
    padding: 20px 4% 100px;
  }

  .terms__paragraph {
    font-size: 14px;
  }

  header p {
    font-size: 15px;
  }
}
