.faq .icon {
  transition: all 0.3s ease;
}

.rotated-45 {
  transform: rotate(45deg);
}