.terms {

}

.terms h1 {
  font-family: "HelveticaNeue-Bold";
  font-size: 22px;
  color: #1C1C1C;
  letter-spacing: -0.55px;
  line-height: 20px;
}

.terms h2 {
  font-family: "NHaasGroteskTXStd-75Bd";
  font-size: 16px;
  letter-spacing: -0.40px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.terms h3 {
  font-family: "NHaasGroteskTXStd-75Bd";
  font-size: 10px;
  color: #1C1C1C;
  letter-spacing: 0;
  line-height: 12px;
  margin-top: 6px;
  text-transform: uppercase;
}

.terms p {
  font-family: "NHaasGroteskTXStd-55Rg";
  font-size: 12px;
  color: #1C1C1C;
  letter-spacing: 0;
  line-height: 20px;
}

.terms .title {
  margin-top: 28px;
  margin-bottom: 58px;
}

.terms .term-item {
  margin-bottom: 42px;
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 320px) and (max-width: 767px) {
  .terms .title {
    margin-top: 20px;
    margin-bottom: 66px;
  }

  .terms h2 {
    margin-bottom: 21px;
  }

  .terms h3 {
    margin-bottom: 4px;
  }

  .terms .term-item {
    margin-bottom: 47px;
  }
}
