.consent-main {
  padding: 2rem;
  color: #fff;
}

.section-consent {
  max-width: 800px;
  margin: 0 auto;
}

.section-consent h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.section-consent h2 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.section-consent h3 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.section-consent h4 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.section-consent p,
.section-consent li {
  line-height: 1.6;
  font-size: 1.1rem;
}

.section-consent a {
  color: #8a2be2;
  text-decoration: underline;
}

.section-consent a:hover {
  color: #fff;
}
