/*NEW FAQ*/
section.faq {
  margin-top: 60px;
  margin-bottom: 60px;
}
section.faq .container .wrap-title .img-faq-mobile {
  display: none;
}
section.faq .container .wrap-faq {
  display: flex;
}
section.faq .container .img-faq {
  width: 300px;
}
section.faq .container .img-faq img {
  width: 100%;
}
section.faq .container .wrap-questions {
  width: calc(100% - 300px);
}
section.faq .container .wrap-questions .wrap-button {
  padding-top: 20px;
  margin: 0;
  max-width: 360px;
  width: 100%;
}

@media (max-width: 920px) {
  section.faq {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  section.faq .container .wrap-title {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  section.faq .container .wrap-title .img-faq-mobile {
    width: 50%;
    display: block;
  }
  section.faq .container .wrap-title .img-faq-mobile img {
    width: 100%;
  }
  section.faq .container .wrap-title h3 {
    width: 50%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  section.faq .container .wrap-title h3 span {
    margin-left: -10px;
  }
  section.faq .container .wrap-questions .wrap-button {
    margin: auto;
  }
  section.faq .container .wrap-questions .wrap-button button {
    padding-right: 30px !important;
  }
  section.faq .container .img-faq {
    display: none;
  }
  section.faq .container .wrap-questions {
    width: 100%;
  }
}
.custom-accordion .card {
  border: none;
  background: transparent;
  margin-bottom: 10px;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.custom-accordion .card .card-header {
  background-color: #fff;
  border-bottom: 0;
  padding: 0;
}
.custom-accordion .card .card-header h2 {
  margin: 0;
}
.custom-accordion .custom-trigger {
  text-decoration: none !important;
  color: black;
  font-weight: 400;
  line-height: normal;
  font-size: 20px;
  padding: 16px 25px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  width: 100%;
}
.custom-accordion .custom-trigger .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition: transform 0.3s ease;
}
.custom-accordion .custom-trigger .icon-wrapper svg {
  width: 100%;
  height: 100%;
  stroke: #075E6D;
  transition: stroke 0.3s ease;
}
.custom-accordion .custom-trigger:hover {
  background-color: #f0f0f0;
  color: #075E6D;
}
.custom-accordion .custom-trigger[aria-expanded=true] {
  background: linear-gradient(90deg, #003540 0%, #075E6D 100%);
  color: #fff;
}
.custom-accordion .custom-trigger[aria-expanded=true] .icon-wrapper {
  transform: rotate(45deg);
}
.custom-accordion .custom-trigger[aria-expanded=true] .icon-wrapper svg {
  stroke: #fff;
}
.custom-accordion .card-body {
  padding: 25px;
  color: black;
  background: transparent;
  font-size: 18px;
}

@media (max-width: 920px) {
  .custom-accordion .custom-trigger {
    font-size: 16px;
  }
  .custom-accordion .card-body {
    font-size: 16px;
  }
}/*# sourceMappingURL=style-new-design-faq.css.map */