.quiz .step.move {
  width: 100%;
  gap: 15px;
  text-align: center;
}

.quiz .step h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #242424;
  margin: 0 0 24px;
}

.quiz h5 {
  margin-bottom: 8px;
  font-size: 18px;
}

.quiz .step p {
  margin: 0 0 24px;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 1;
}

.quiz .step .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.quiz .step button,
.quiz .step a {
  background-color: #154bd6;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 14px 40px;
  width: 100%;
  max-width: 425px;
  transition: 300ms;
}
.quiz .step button:hover,
.quiz .step a:hover {
  background-color: #184895;
}
.quiz .thank-you a {
  display: block;
  max-width: 370px;
  margin-inline: auto;
}
.quiz .box {
  background: #fff;
  box-shadow: rgba(29, 37, 47, 0.106) 0px 10px 28px;
  padding: 24px 20px;
  border-radius: 8px;
}
#timer {
  color: red;
  font-weight: bold;
}
@media (max-width: 767px) {
  .quiz .step h2 {
    font-size: 22px;
  }
  .quiz .step p {
    font-size: 16px;
  }
}
