.termos {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 1rem;
}

.termos h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.termos .subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin-top: 0.5rem;
  text-align: center;
}

.termos .container-termos {
  margin-bottom: 2rem;
}

.termos .container-termos .termo {
  margin: 2rem 0;
}

.termos .container-termos h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #111827;
}

.termos .container-termos p {
  font-size: 1rem;
  color: #374151;
}

.termos .container-termos a {
  font-weight: 600;
  color: #374151;
  text-decoration: underline;
  cursor: pointer;
}
