.faq_section {
  background: #000;
  padding: 50px 0;
  max-width: 1100px;
  margin: auto;
}
.faq_section .heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq_section .faq_wrapper {
  margin-top: 40px;
}

.faq_section .faq_wrapper .accordion-item {
  background: transparent linear-gradient(96deg, #161616 0%, #484848 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  border: none;
}

.faq_section .faq_wrapper .accordion-button {
  width: 100%;
  background: transparent !important;
  color: #fff !important;
  padding: 20px 22px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: none !important;
  border: none;
}

.faq_section .faq_wrapper .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}

.faq_section .faq_wrapper .accordion-button::after {
  filter: brightness(0) invert(1);
  width: 25px;
  height: 25px;
  background-size: 25px;
  transition: transform 0.3s ease;
  font-weight: 900 !important;
}
.faq_section .faq_wrapper .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.faq_section .faq_wrapper .accordion-body {
  padding: 0 24px 24px;
  color: #d4d4d4;
  line-height: 1.6;
}

.faq_section .faq_wrapper .answer {
  font-size: 18px;
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .faq_section .faq_wrapper .accordion-button {
    font-size: 14px;
    padding: 16px;
  }

  .faq_section .faq_wrapper .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }

  .faq_section .faq_wrapper .answer {
    font-size: 13px;
  }

  .faq_section .faq_wrapper .accordion-body {
    padding: 0 18px 18px;
  }
  .faq_section {
    padding: 36px 0 0;
  }
  .faq_section .faq_wrapper {
    margin-top: 15px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .faq_section .faq_wrapper .accordion-button {
    font-size: 18px;
  }

  .faq_section .faq_wrapper .answer {
    font-size: 17px;
  }

  .faq_section .faq_wrapper .accordion-button::after {
    width: 17px;
    height: 17px;
    background-size: 17px;
  }
  .faq_section {
    padding: 36px 0 0;
    max-width: 625px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .faq_section {
    max-width: 900px;
  }
  .faq_section .faq_wrapper .accordion-button {
    font-size: 18px;
  }
}
