.hero-quiz {
  position: relative;
}
.hero-quiz .background-image {
  background-size: cover;
  background-position: center;
  padding: 165px 0 261px;
  background-repeat: no-repeat;
}
.hero-quiz h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
}
.hero-quiz p.under-title {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 50px;
  color: #fff;
  letter-spacing: -0.1px;
  font-weight: 500;
  margin-top: 0;
  padding-right: 12%;
}
.hero-quiz .content-hero-quiz {
  max-width: 816px;
}

.container-ex .site_btn.button-quiz-white {
  padding: 20px 100px;
  line-height: 1;
  font-size: 23px;
  font-weight: 500;
  color: #0A1389;
  background-color: #fff;
  border-radius: 10px;
  backdrop-filter: blur(8.3296985626px);
}

.advantages {
  padding: 50px 0;
}
.advantages .title-advantages {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}
.advantages .list-advantages {
  display: flex;
  justify-content: space-between;
}
.advantages .item-advantages {
  padding: 23px 20px;
  display: flex;
  background-color: #FFF6EB;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
.advantages .item-advantages p {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  color: #1C1C1C;
  font-weight: 400;
}
.advantages .item-advantages p span {
  font-weight: 500;
}
.advantages .item-advantages img {
  margin-right: 17px;
}