.kv {
  background: url("/assets/img/faq/kv.webp") no-repeat 50% 50%;
  background-size: cover;
}

.profile {
  padding: 0 15px;
}

.profile__wrapper {
  max-width: 798px;
  margin-top: 89px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  padding: 16px 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: justify;
}

.profile__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
}

.profile__image {
  flex-shrink: 0;
  width: 136px;
}

.profile__text {
  font-size: 1.8rem;
}

.faq {
  padding-top: 0;
  background: none;
}

.faq__container {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 15px;
  background: url("/assets/img/faq/faq_bg.webp") no-repeat 0 0;
  background-size: cover;
}

.faq__container:not(:first-of-type) {
  margin-top: 70px;
}

.faq__title {
  display: flex;
  align-items: center;
  max-width: 798px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 700;
}
.faq__title::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background: url("/assets/img/faq/faq_title.svg");
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .profile {
    padding: 0 20px;
  }
  .profile__wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .profile__container {
    gap: 10px;
  }
  .profile__image {
    width: 66px;
    flex-shrink: 0;
  }
  .profile__text {
    font-size: 1.4rem;
  }
  .faq {
    padding-top: 0;
    padding-bottom: 50px;
    background: none;
  }
  .faq .inner {
    padding: 0;
  }
  .faq__container {
    padding: 50px 20px;
  }
  .faq__container:not(:first-of-type) {
    margin-top: 50px;
  }
  .faq__title {
    font-size: 1.8rem;
  }
  .faq__title::before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
}/*# sourceMappingURL=faq.css.map */