.faq-question {
  color: #7067ff;
  font-size: 23px;
  font-weight: 500;
}

.faq-content {
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0, 0.5);
  font-weight: 300;
  padding: 16px;
  margin: 16px;
  margin-bottom: 50px;
  max-width: 800px;
  width: 85%;
  background-color: white;
}

.faq-image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
