.faq-container ul,
.faq-container li,
.faq-container p {
  padding: 0px;
  margin: 0px;
}

.faq-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 15px 92px 15px;
  max-width: 100vw;
}

.faq-title {
  margin-top: 75px !important;
  margin-bottom: 62px !important;
  font-size: 36px;
  letter-spacing: 3px;
  color: #283e55;
}

.faq-list {
  margin: 0px;
  list-style-type: none;
  width: 100%;
}

.faq-item {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-flow: column wrap;
}

.faq-item :hover {
  cursor: pointer;
}

.faq-item:last-child {
  border-bottom: 1px solid #97979754;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #97979754;
  padding: 24px 0px;
  gap: 15px;
}

.faq-question-text {
  font-size: 17px;
  font-weight: bold;
  color: #5e5e5e;
  width: 100%;
}

.faq-question-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #273d54;
  padding: 6px;
  border-radius: 100%;
  transform: rotate(90deg);
}
.faq-question-icon img {
  width: 10px;
  height: 10px;
}

.faq-answer {
  font-size: 16px;
  font-family: Nexa;
  color: #5e5e5e;
  transition: all 0.15s ease;
  padding-top: 8px !important;
  margin-bottom: 30px !important;
}

.faq-answer-text {
  margin-bottom: 25px !important;
}

.faq-answer-methods {
  display: flex;
  flex-flow: column;
  gap: 25px;
  list-style-type: none;
}

.faq-answer-important {
  margin-top: 25px !important;
}

@media (min-width: 1100px) {
  .faq-container {
    padding: 48px 0px 92px 0px;
  }

  .faq-list {
    max-width: 900px;
  }
}
