#content article {
  padding: 6rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content article h2 {
  font-size: clamp(32px, 6vw + 0.1px, 48px) !important;
}
#content article h3 {
  font-size: clamp(24px, 4vw + 0.1px, 32px) !important;
}
#content article h4 {
  font-size: clamp(20px, 3vw + 0.1px, 24px) !important;
}
#content article h5 {
  font-size: clamp(18px, 2vw + 0.1px, 24px) !important;
}
#content article h6 {
  font-size: 1rem !important;
}

/*# sourceMappingURL=cookie-policy-ue.css.map */
