.insiderone-faq-container {
  padding: 15vw 0;
  color: #EFEBE4;
}
.insiderone-faq-container .insiderone-faq-content {
  max-width: 720px;
}
.insiderone-faq-container .insiderone-faq-title {
  margin-bottom: 9vw;
  text-align: center;
  color: #EFEBE4;
  font-size: 7vw;
  font-weight: 400;
  padding: 0 8vw;
  line-height: 1.2;
  font-family: "Red Hat Display", sans-serif;
}
.insiderone-faq-container .insiderone-faq-item {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 3vw;
  margin-bottom: 24px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 1px rgba(239, 235, 228, 0.01), 0px 1px 1px -0.5px rgba(239, 235, 228, 0.25);
}
.insiderone-faq-container .insiderone-faq-item .insiderone-faq-question {
  position: relative;
  transition: background-position 0.5s ease, opacity 0.3s ease;
  font-size: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insiderone-faq-container .insiderone-faq-item .insiderone-faq-question .insiderone-faq-question-text {
  font-size: 4vw;
  margin-bottom: 0;
}
.insiderone-faq-container .insiderone-faq-item .insiderone-faq-question:hover {
  opacity: 0.8;
}
.insiderone-faq-container .insiderone-faq-item .insiderone-faq-question .insiderone-faq-question-icon {
  background-image: url("../img/down_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 5vw;
  height: 5vw;
}
.insiderone-faq-container .insiderone-faq-item .insiderone-faq-answer {
  display: none;
  padding-top: 15px;
  font-size: 4vw;
}
.insiderone-faq-container .insiderone-faq-item .insiderone-faq-answer p {
  margin-bottom: 0;
}
.insiderone-faq-container .insiderone-faq-item.active .insiderone-faq-question .insiderone-faq-question-icon {
  transform: scaleY(-1);
}

@media screen and (min-width: 768px) {
  .insiderone-faq-container {
    padding: 90px 0;
  }
  .insiderone-faq-container .insiderone-faq-item {
    padding: 18px 20px;
  }
  .insiderone-faq-container .insiderone-faq-item .insiderone-faq-question .insiderone-faq-question-text {
    font-size: 18px;
  }
  .insiderone-faq-container .insiderone-faq-item .insiderone-faq-question .insiderone-faq-question-icon {
    width: 20px;
    height: 20px;
  }
  .insiderone-faq-container .insiderone-faq-item .insiderone-faq-answer {
    font-size: 18px;
  }
  .insiderone-faq-container .insiderone-faq-title {
    margin-bottom: 38px;
    padding: 0 32px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .insiderone-faq-container {
    padding: 80px 0;
  }
  .insiderone-faq-container .insiderone-faq-item .insiderone-faq-question .insiderone-faq-question-text {
    font-size: 20px;
  }
  .insiderone-faq-container .insiderone-faq-title {
    margin-bottom: 40px;
    font-size: 40px;
  }
}