.itx-faq-new {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .itx-faq-new {
    padding-bottom: 40px;
  }
}
.itx-faq-new__section-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .itx-faq-new__section-title {
    margin-bottom: 24px;
  }
}
.itx-faq-new__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .itx-faq-new__wrapper--image .itx-faq-new__list {
    flex-direction: column;
  }
}
.itx-faq-new__item {
  max-width: calc(50% - 8px);
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  height: -moz-max-content;
  height: max-content;
  transition: all 150ms;
  overflow: hidden;
}

.itx-faq-new__item p a {
  color: #25bb4d;
  text-decoration: underline;
  transition: all 0.15s;
}

.itx-faq-new__item p a:hover {
  color: #179839;
}

@media screen and (max-width: 768px) {
  .itx-faq-new__item {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.itx-faq-new__item.itx-faq-new__item_open {
  border-color: #25bb4d;
}

.itx-faq-new__item:has(.open) {
  border-color: #25bb4d;
}

.itx-faq-new__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 24px;
  color: #051320;
  transition: all 0.15s;
  cursor: pointer;
}
.itx-faq-new__question.open + .itx-faq-new__answer {
  opacity: 1;
  padding-bottom: 16px;
  height: -moz-fit-content;
  height: fit-content;
}

.itx-faq-new__answer {
  color: rgba(5, 19, 32, 0.8);
  position: relative;
  padding: 0 24px 16px;
  font-size: 16px;
  line-height: 22.4px;
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  transition: all 0.15s;
}

@media screen and (max-width: 500px) {
  .itx-faq-new__answer {
    padding: 0 16px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .itx-faq-new__question {
    padding: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .itx-faq-new__question:hover {
    color: #25bb4d;
  }
}

.itx-faq-new__question h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  width: calc(100% - 32px);
}

@media screen and (max-width: 500px) {
  .itx-faq-new__question h3 {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.itx-faq-new__question:after {
  content: "";
  width: 20px;
  height: 21px;
  background-image: url(./../../../images/icons/chevron-down.svg);
  transition: all 0.15s;
  transform-origin: center center;
}

.itx-faq-new__question.open:after {
  transform: rotate(180deg);
  background-image: url(./../../../images/icons/chevron-up-green.svg);
}

.itx-faq-new__image {
  height: 560px;
}

@media screen and (max-width: 1024px) {
  .itx-faq-new__image {
    height: 400px;
  }
}
.itx-faq-new__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

/* With Image */
.itx-faq-new__wrapper--image {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .itx-faq-new__wrapper--image {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.itx-faq-new__wrapper--image .itx-faq-new__list {
  flex: 1 0 calc(60% - 15px);
  max-width: calc(60% - 15px);
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .itx-faq-new__wrapper--image .itx-faq-new__list {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.itx-faq-new__wrapper--image .itx-faq-new__item {
  max-width: 100%;
  width: 100%;
}

.itx-faq-new__wrapper--image .itx-faq-new__image {
  flex: 1 0 calc(40% - 15px);
  max-width: calc(40% - 15px);
}

@media screen and (max-width: 768px) {
  .itx-faq-new__wrapper--image .itx-faq-new__image {
    flex: 1 0 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.min.css.map */