#featured {
  background-color: #000000;
  color: #ffffff;
  padding-top: 126px;
}
#featured h2 {
  margin-top: 32px;
  font-size: 48px;
  line-height: 66px;
}
#featured .wave {
  display: block;
  height: 21px;
}
#featured .wave svg {
  object-fit: fill;
  width: 140px;
  height: 21px;
}
#featured .wave svg path {
  fill: #ffffff;
}
#featured .illustration {
  display: block;
  width: 430px;
  height: 810px;
  padding-top: 34px;
  padding-left: 46px;
  margin: auto;
}
#featured .illustration:before, #featured .illustration:after {
  content: "";
  display: block;
  background: url("../images/icons/splash.png");
  width: 323px;
  height: 323px;
  position: absolute;
  z-index: 0;
}
#featured .illustration:before {
  margin-left: -46px;
  margin-top: -34px;
}
#featured .illustration:after {
  margin-left: 64px;
  margin-top: 467px;
}
#featured .illustration img {
  display: block;
  object-fit: cover;
  width: 358px;
  height: 740px;
  border-radius: 400px;
  position: absolute;
  z-index: 1;
}
#featured .button {
  margin-top: 32px;
}
#featured:after {
  display: block;
  content: "";
  height: 40px;
  background: url("../images/gradient-bar-big.jpg");
  margin-top: 120px;
}

/*# sourceMappingURL=featured.css.map */
