/*Terms*/
.terms {
  padding-top: 150px;
  padding-bottom: 150px;
  h2 {
    font-family: ExtraBold;
    font-size: 48px;
  }
  p {
    font-size: 14px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: SemiBold;
  }
  .sets {
    margin-top: 30px;
  }
  ul > li {
    line-height: 30px;
    font-size: 14px !important;
  }
}