.faq {
  padding: 80px 0;
  background: #f4f4f4;
}
.faq .wrap {
  gap: 74px;
  align-items: initial;
}
@media (max-width: 992px) {
  .faq .wrap {
    flex-direction: column;
  }
}
.faq .left {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 992px) {
  .faq .left {
    flex-direction: row;
    justify-content: inherit;
  }
}
.faq .left h3 {
  font-family: Muller-Bold;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin: 0;
  max-width: 290px;
  display: flex;
}
.faq .left picture {
  margin-top: auto;
}
.faq .left img {
  margin-top: auto;
  margin-left: auto;
  width: 144px;
  height: 144px;
  display: flex;
}
@media (max-width: 992px) {
  .faq .left img {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .faq .left img {
    display: none;
  }
}

.accordion-container {
  max-width: 641px;
  width: 641px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (max-width: 992px) {
  .accordion-container {
    width: 100%;
    max-width: 100%;
  }
}

.set {
  position: relative;
  width: 100%;
  height: auto;
}

.set > a {
  position: relative;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.set > a span {
  transition: all 0.3s;
}

.set > a.active span {
  transform: rotate(45deg);
}

.accordion-content {
  border-bottom: 1px solid #ddd;
  display: none;
}

.accordion-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  padding: 24px 22px;
  color: rgba(0, 0, 0, 0.85);
}

.accordion-content p a {
  text-decoration: underline;
}
.accordion-content p a:hover {
  text-decoration: none;
}

.set > .active {
  background: #f2f2f2;
}

/*# sourceMappingURL=faq.css.map */
