  .accordion-icon-header:after {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    top: 25px;
    right: 25px;
    background: transparent url(/sites/pt/files/flmngr/Editor/arrow_down_small.svg) no-repeat center top;
    transition: transform .2s ease-in-out;
  }
.accordion-icon-header:not(.collapsed)::after {
    position: absolute;
    background: transparent url(/sites/pt/files/flmngr/Editor/arrow_down_small.svg) no-repeat center top;
    transform: rotate(-180deg);
}
.card-header.bg-white {
    position: relative;
    cursor: pointer;
}

  .question {
    margin-right: 35px !important;
  }

@media (max-width: 768px) {
    .accordion-icon-header::after {
      margin-top: 1.2em !important;
    }
  }