  .arrow {
    transition: transform 0.3s ease;
    display: inline-block;
  }
  .arrow.is-open {
    transform: rotate(90deg);
  }