.faq-container {
  margin: 0 -90px;
  padding: 0 12%;
}
@media screen and (min-width: 1625px) {
    .faq-container {
        left: 50%;
        margin: 0 0;
        padding: 0 18%;
        position: relative;
        transform: translateX(-50%);
        width: 100vw;
    }
}
@media screen and (max-width: 1199px) {
  .faq-container {
    padding: 0 8.33%;
  }
}
@media screen and (max-width: 991px) {
  .faq-container {
    padding: 0 45px;
  }
}
@media screen and (max-width: 543px) {
  .faq-container {
    margin: 0 -25px;
    padding: 0 15px;
  }
}
.faq-container {
  background-color: #F7F9F3;
  padding-bottom: 65px;
  padding-top: 45px;
}

.faq-content {
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.35s ease;
  width: 98%;
}
@media screen and (max-width: 543px) {
  .faq-content {
    width: 100%;
  }
}
.faq-content p {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .faq-content p {
    font-size: 14px;
  }
}
.faq-content p {
  margin-bottom: 15px;
}
.faq-content p:last-child {
  margin-bottom: 0;
}
.faq-content .faq-inner {
  padding: 20px 40px;
}

.faq-item {
  margin-bottom: 15px;
}
.faq-item .faq-icon {
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-right: 35px;
  text-align: center;
  width: 22px;
}
@media screen and (max-width: 543px) {
  .faq-item .faq-icon {
    height: 16px;
    left: 16px;
    line-height: 14px;
    position: absolute;
    top: 16px;
    width: 16px;
  }
}

.faq-list h2 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .faq-list h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 543px) {
  .faq-list h2 {
    font-size: 30px;
  }
}
.faq-list h2 {
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}

.faq-toggle {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .faq-toggle {
    font-size: 16px;
  }
}
.faq-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  padding: 16px 14px 18px 43px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 543px) {
  .faq-toggle {
    position: relative;
  }
}
.faq-toggle:focus {
  outline: none;
}
.faq-toggle:focus-visible {
  outline: none;
}
.faq-toggle[aria-expanded=true] {
  background-color: #FF0090;
  color: #ffffff;
  outline: none;
}
.faq-toggle[aria-expanded=true] .faq-icon {
  background-color: #ffffff;
  color: #FF0090;
}