/* ===== PÁGINA | TERMOS DE USO ===== */

.page .terms{
  background: #fef9f5;
  padding: 80px 0;
}

/* texto base */
.page .terms,
.page .terms p{
  color: #000;
}

/* Cabeçalho */
.page .terms__head{
  margin-bottom: 32px;
}

.page .terms__head h1{
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  color: var(--brand);
  margin-bottom: 8px;
}

.page .terms__head p{
  color: #333;
  font-size: 14px;
}

/* Conteúdo */
.page .terms__content{
  max-width: 820px;
  line-height: 1.7;
}

/* Subtítulos */
.page .terms__content h2{
  margin-top: 36px;
  font-size: 20px;
  font-weight: 900;
  color: var(--brand);
}

/* Parágrafos */
.page .terms__content p{
  margin-top: 14px;
  font-size: 16px;
  color: #000;
}
