/* Variables */
/* Mixens: */
@media screen and (min-width: 768px) {
  .show-md {
    display: block !important;
    height: auto !important;
  }
}
.faq-question[aria-expanded=true] .faq-chevron {
  transform: rotate(180deg);
}

.faq-chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-question {
  cursor: pointer;
}