.ax-custom-accordion .accordion-item {
  border: none !important;
  margin-bottom: 20px;
}

.ax-custom-accordion .accordion-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1a1a;
  text-transform: uppercase;
  padding: 10px 0;
  background: transparent !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none !important;
}

.ax-custom-accordion .accordion-title span {
  flex: 0 0 50%;
  max-width: 50%;
}

.ax-custom-accordion .accordion-title.active {
  color: #1a1a1a;
}

.ax-custom-accordion .accordion-inner {
  border: none !important;
  padding: .5rem 0;
  color: #4a4a4a;
  font-size: 16px;
}

.ax-custom-accordion .accordion-inner p:last-child {
  margin-bottom: 0;
}

.ax-custom-accordion .accordion-title .toggle {
  display: none !important;
}

.ax-custom-accordion .accordion-title::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2rem;
  background-color: #1F201E;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.2641 10.4652C0.0206597 10.5956 -0.0710168 10.8986 0.0593347 11.1421C0.189686 11.3855 0.492704 11.4772 0.736144 11.3468L0.500122 10.906L0.2641 10.4652ZM17.9787 1.94807C18.0587 1.68376 17.9092 1.40467 17.6449 1.3247L13.3377 0.0215862C13.0734 -0.0583797 12.7943 0.0910614 12.7144 0.355372C12.6344 0.619683 12.7838 0.898774 13.0481 0.97874L16.8768 2.13707L15.7184 5.96568C15.6385 6.22999 15.7879 6.50908 16.0522 6.58905C16.3165 6.66901 16.5956 6.51957 16.6756 6.25526L17.9787 1.94807ZM0.500122 10.906L0.736144 11.3468L17.7361 2.24407L17.5001 1.80328L17.2641 1.36249L0.2641 10.4652L0.500122 10.906Z' fill='%23ffffff'/%3E%3C/svg%3E");
  color: #ffffff;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.ax-custom-accordion .accordion-title.active::after {
  content: '';
  background-color: #222222;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 3.18188C0.223858 3.18188 0 3.40574 0 3.68188C0 3.95803 0.223858 4.18188 0.5 4.18188V3.68188V3.18188ZM17.8241 4.03544C18.0194 3.84018 18.0194 3.52359 17.8241 3.32833L14.6421 0.146351C14.4469 -0.0489113 14.1303 -0.0489113 13.935 0.146351C13.7398 0.341613 13.7398 0.658195 13.935 0.853458L16.7635 3.68188L13.935 6.51031C13.7398 6.70557 13.7398 7.02216 13.935 7.21742C14.1303 7.41268 14.4469 7.41268 14.6421 7.21742L17.8241 4.03544ZM0.5 3.68188V4.18188L17.4706 4.18188V3.68188V3.18188L0.5 3.18188V3.68188Z' fill='white'/%3E%3C/svg%3E");
  color: #ffffff;
  background-size: 18px;
}

@media (max-width: 849px) {
  .ax-custom-accordion .accordion-title {
    font-size: 20px;
  }

  .ax-custom-accordion .accordion-title span {
    flex: 1 1 auto;
    max-width: calc(100% - 45px);
  }

  .ax-custom-accordion .accordion-title::after {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}