.question {
  width: 100%;
  height: 635px;
  background-color: #222222;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question h6 {
  margin: 0;
  width: 348px;
  font-size: 36px;
  color: #f8f8f8;
  font-weight: 400;
  margin-top: 71px;
  margin-bottom: 57px;
}

.questions-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 33px;
}

.questions-div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 760px;
  height: 74px;
  background-color: #363636;
  border-radius: 19px;
}

.questions-div div p {
  color: #f2f2f2;
  font-size: 18px;
  margin: 0;
  margin-left: 30px;
}

.questions-div div img {
  margin-right: 30px;
}
