.faq-section__title {
  margin-bottom: calc(1.6rem + 0.4166666667 * (100vw - 36rem) / 156);
  max-width: 70rem;
}
.faq-section__list {
  max-width: 90rem;
}
.faq-section__item {
  border-bottom: 1px solid #CBD4E4;
}
.faq-section__item:first-child {
  border-top: 1px solid #CBD4E4;
}
.faq-section__question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  font-family: "Montserrat-SemiBold", sans-serif;
  color: var(--main-color);
  font-size: calc(1.6rem + 0.1041666667 * (100vw - 36rem) / 156);
  padding-top: calc(1.6rem + 0.2083333333 * (100vw - 36rem) / 156);
  padding-bottom: calc(1.6rem + 0.2083333333 * (100vw - 36rem) / 156);
  padding-right: calc(3.6rem + 0.2083333333 * (100vw - 36rem) / 156);
}
.faq-section__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--blue-color);
  border-bottom: 2px solid var(--blue-color);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}
.faq-section__question._active::after {
  transform: translateY(-30%) rotate(-135deg);
}
.faq-section__answer {
  padding-bottom: calc(1.6rem + 0.2083333333 * (100vw - 36rem) / 156);
}
.seo-section__title {
  margin-bottom: calc(1.6rem + 0.4166666667 * (100vw - 36rem) / 156);
  max-width: 70rem;
}
