.faq .title-column h4 {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
  margin-bottom: 25px;
}
.faq .title-column .prefix {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  color: #00C9FF;
  position: relative;
}
.faq .title-column .prefix::before, .faq .title-column .prefix::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #00C9FF;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(-50%);
}
.faq .title-column .prefix::after {
  margin-right: 0;
  margin-left: 5px;
}
.faq .items {
  border-left: 1px solid #E2ECEE;
}
@media screen and (max-width: 992px) {
  .faq .items {
    border-left: none;
  }
}
.faq .items .item {
  margin-bottom: 32px;
  margin-left: 32px;
}
@media screen and (max-width: 992px) {
  .faq .items .item {
    margin-left: 0;
  }
}
.faq .items .item .question {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .items .item .question .read-more {
  color: #FF6F61;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  text-decoration-line: underline;
  white-space: nowrap;
  margin-left: 10px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.faq .items .item .question .read-more::after {
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M19.6275 19.5944L25.7475 13.4744C25.9959 13.2246 26.1353 12.8866 26.1353 12.5344C26.1353 12.1821 25.9959 11.8442 25.7475 11.5944C25.6236 11.4694 25.4761 11.3702 25.3136 11.3025C25.1512 11.2348 24.9769 11.2 24.8009 11.2C24.6249 11.2 24.4506 11.2348 24.2881 11.3025C24.1256 11.3702 23.9782 11.4694 23.8542 11.5944L17.7475 17.7277C17.6236 17.8527 17.4761 17.9519 17.3136 18.0196C17.1512 18.0873 16.9769 18.1221 16.8009 18.1221C16.6249 18.1221 16.4506 18.0873 16.2881 18.0196C16.1256 17.9519 15.9782 17.8527 15.8542 17.7277L9.74755 11.5944C9.49824 11.3433 9.15941 11.2016 8.8056 11.2003C8.45178 11.1991 8.11195 11.3384 7.86088 11.5877C7.60981 11.837 7.46806 12.1759 7.46681 12.5297C7.46555 12.8835 7.60491 13.2233 7.85422 13.4744L13.9742 19.5944C14.7242 20.3435 15.7409 20.7642 16.8009 20.7642C17.8609 20.7642 18.8775 20.3435 19.6275 19.5944Z' fill='%23FF6F61'/%3e %3c/svg%3e");
  content: "";
  border: none;
  margin: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: 0;
  right: -32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .faq .items .item .question .read-more::after {
    right: -22px;
  }
}
.faq .items .item .question .read-more.triggered::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .faq .items .item .question .read-more {
    color: transparent;
    letter-spacing: -9px;
  }
}
.faq .items .item .answer > p {
  padding: 12px 0;
}

/*# sourceMappingURL=faq.css.map*/