.header-purple,
.footer-purple {
  background-color: #2B1B47;
}

.hero-img-wrap {
  aspect-ratio: 4 / 4.6;
}

.faq-icon {
  display: inline-block;
}
details[open] .faq-icon {
  transform: rotate(45deg);
}

a, .faq-icon {
  transition: all 0.2s ease-in-out;
}