/* * {

  transition: .4s;
}  */
.item {
  height: 100%;
}
.questions,
.question,
section {
  height: 100%;
}
section {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
section .main_img img {
  width: 100%;
}
section .main_img {
  width: 350px;
}

.box {
  font-size: 3rem;
  cursor: pointer;
  border: 5px solid gray;
  padding: 0 39px;
  background: #d5d1d1;
  border-radius: 10px;
  padding-top: 10px;
  font-weight: bold;
}

.chooises {
  display: flex;
  gap: 6rem;
  margin-top: 2rem;
}
