.terms-section {
  margin-top: 7.1325rem;
}

.terms-title-container {
  margin: 1.555rem 0 24px 0;
  width: 59.9375rem;
  height: 4.4375rem;
}

.terms-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 2rem;
  line-height: 3.0625rem;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--Preto-Azul, #102E3B);
}

.terms-content-container {
  width: 59.9375rem;
  height: 65.625rem;
  margin-bottom: 7.5625rem;
}

.terms-content-container p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--Preto, #000000);
  margin: 0;
}

@media (max-width: 768px) {
  .terms-section {
    margin-top: 4.0625rem;
  }

  .terms-title-container {
    width: 20.8125rem;
    height: 3.0625rem;
    margin: 1.5rem 0;
  }

  .terms-title {
    font-size: 1.25rem;
  }

  .terms-content-container {
    width: 20.8125rem;
    height: auto;
  }

  .terms-content-container p {
    font-size: 0.875rem;
  }
}
