/* Faq */

.faq {
  margin-top: 140px;
  margin-bottom: 140px;
}

.faq h2 {
  font-size: 40px;
  line-height: 72px;
  font-weight: 300;
  margin-bottom: 26px;
  text-align: center;
}

.faq .faq-question {
  font-size: 29px;
  line-height: 120%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 29px;
  padding-right: 33px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px solid #fff1f3;
}

.faq .faq-question span {
  /* white-space: nowrap;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.faq-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 32px;
  max-height: 70px;
  transition: 0.3s;
}

.faq-answer {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 35px;
  background-color: #fff1f3;
}

@media screen and (max-width: 480px) {

/* Faq */

  .faq {
    margin-top: 100px;
    margin-bottom: 48px;
  }

  .faq .container {
    padding: 0;
  }

  .faq .faq-question {
    font-size: 24px;
  }
}

@media screen and (max-width: 380px) {
  .faq .faq-question {
    font-size: 18px;
  }
}
