.landing-faq-v2 {
  position: relative;
}

.landing-faq-v2 .landing-faq-v2__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.landing-faq-v2 .landing-faq-v2__title {
  color: #24394b;
  font-family: "Geologica", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.023%;
  letter-spacing: -0.24px;
  margin: 0;
}

.landing-faq-v2 .landing-faq-v2__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-faq-v2 .landing-faq-v2__card {
  border-radius: 15px;
  border: 1px solid #def2ff;
  background: #fff;
  box-shadow:
    0 29px 8px 0 rgba(38, 103, 207, 0),
    0 18px 7px 0 rgba(38, 103, 207, 0.01),
    0 10px 6px 0 rgba(38, 103, 207, 0.03),
    0 5px 5px 0 rgba(38, 103, 207, 0.04),
    0 1px 3px 0 rgba(38, 103, 207, 0.05);
  cursor: pointer;
  max-width: 900px;
}

.landing-faq-v2 .landing-faq-v2__card-content {
  display: flex;
  padding: 20px 25px;
  align-items: flex-start;
  gap: 14px;
}

.landing-faq-v2 .landing-faq-v2__card-icon-container {
  display: flex;
  justify-content: start;
  flex: none;
}

.landing-faq-v2 .landing-faq-v2__card-icon {
  width: 24px;
  height: 24px;
  display: block;
  transition: 200ms all ease-in-out;
}

.landing-faq-v2
  .landing-faq-v2__card.landing-faq-v2__card--show
  .landing-faq-v2__card-icon {
  transform: rotate(90deg);
}

.landing-faq-v2 .landing-faq-v2__card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.landing-faq-v2 .landing-faq-v2__card-title {
  color: #000;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.023%;
  letter-spacing: 0.18px;
  margin: 0;
}

.landing-faq-v2 .landing-faq-v2__card-answer {
  color: #555;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 123.023%;
  letter-spacing: 0.16px;
  margin: 0;
}

.landing-faq-v2 .landing-faq-v2__card-answer > p:last-child {
  margin-bottom: 0;
}

@media (width <= 768px) {
  .landing-faq-v2 .landing-faq-v2__content {
    gap: 10px;
  }

  .landing-faq-v2 .landing-faq-v2__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 128.023%;
  }

  .landing-faq-v2 .landing-faq-v2__cards {
    gap: 12px;
  }

  .landing-faq-v2 .landing-faq-v2__card {
    border-radius: 12px;
  }

  .landing-faq-v2 .landing-faq-v2__card-content {
    padding: 20px 25px 20px 15px;
    gap: 10px;
  }

  .landing-faq-v2 .landing-faq-v2__card-icon {
    width: 16px;
    height: 16px;
  }

  .landing-faq-v2 .landing-faq-v2__card-info {
    gap: 12px;
  }

  .landing-faq-v2 .landing-faq-v2__card-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 128.023%;
  }

  .landing-faq-v2 .landing-faq-v2__card-answer {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 123.023%;
  }
}
