.pagina-termos {
  background: #eef1f4;
}

.termos-main {
  padding-top: calc(var(--header-height) + 22px);
  padding-bottom: 36px;
  min-height: 60vh;
}

.termos-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.termos-content {
  color: #555d66;
}

.termos-title {
  margin: 0 0 18px;
  font-size: 2rem;
  font-weight: 700;
  color: #434a52;
  display: flex;
  align-items: center;
  gap: 10px;
}

.termos-content h2 {
  margin: 16px 0 6px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4c545d;
}

.termos-content p,
.termos-content li {
  font-size: 0.86rem;
  line-height: 1.55;
  color: #626b75;
}

.termos-content p {
  margin-bottom: 8px;
}

.termos-content ul {
  margin: 0 0 10px 18px;
  padding: 0;
}

.termos-content li {
  margin-bottom: 2px;
}

@media (max-width: 576px) {
  .termos-main {
    padding-top: calc(var(--header-height) + 16px);
    padding-bottom: 28px;
  }

  .termos-container {
    padding: 0 16px;
  }

  .termos-title {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }

  .termos-content {
    max-width: 100%;
  }
}
