.accordion {
  .details__header {
    font-size: 16px !important;
     transition: text-shadow 0.3s ease-in-out;
     padding: 1.1rem 0;

    &:hover {
      text-shadow: 0 0 0.75px currentColor;
    }
  }
}