.quiz__container {
  border: 1px solid #d5d5d5;
  padding: 35px;
  box-shadow: 0 5px 0 rgb(200 200 200 / 20%);
  background: #fff;
}

.quiz__pages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.quiz__page {
  display: none;
}

.quiz__page-1 {
  display: block;
}

.quiz__page-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
}

.quiz-brand img {
  width: 100%;
  height: auto;
}

.quiz__brands {
  display: flex;
}

.quiz-brand {
  display: flex;
  width: 33%;
  height: 140px;
  background: white;
  padding: 25px;
  margin: 0px 10px;
  border-radius: 10px;
  border: 1px #eaeaea solid;
}
.quiz-brand--active {
  border: 3px solid #db3739;
}

.quiz__buttom {
  display: flex;
  justify-content: center;
}

.quiz__buttom #quiz__prev {
  display: none;
}
.quiz__buttom #quiz__prev, .quiz__buttom #quiz__next {
  max-width: 160px;
  padding: 10px 30px;
}
