.terms-container {
  text-align: justify;
  padding: 0 10px;
  width: 100%;
  min-height: 100vh;
}

.terms-intro {
  padding-top: 30px;
  max-width: 1300px;
  margin: auto;
}

.terms-intro h2 {
  height: 56px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 80px;
  margin-right: 80px;
  letter-spacing: 2px;
}

.terms-intro p {
  font-weight: 600;
  padding-top: 20px;
  font-size: 1.2rem;
  color: rgb(48, 48, 48);
}

.terms {
  padding-top: 0px;
  max-width: 1300px;
  margin: 0 30px 0 30px;
}

.terms h2 {
  font-size: 1.8rem;
}

.terms h3 {
  font-size: 1.6rem;
}

.terms .link {
  color: hsl(43, 49%, 46%);
  font-weight: 700;
}

.terms p {
  font-size: 1.2rem;
  color: rgb(48, 48, 48);
}

.terms ul li {
  font-size: 1.1rem;
  margin: 5px 60px;
  list-style-type: disc;
  color: rgb(48, 48, 48);
}

@media screen and (max-width: 768px) {
  .terms-intro h2 {
    font-size: 2.5rem;
  }

  .terms-intro p {
    padding: 0 30px;
    text-align: justify;
  }
}

@media screen and (max-width: 600px) {
  .terms-intro h2 {
    font-size: 1.4rem;
  }

  .terms-intro p {
    padding: 0 30px;
    text-align: justify;
  }
}
