.what-verse-describes-you-best {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #5275AA 0%, #ABB2C2 50.52%, #FFEACD 100%);
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.what-verse-describes-you-best .bg-bottom-shade {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 175px;
  background: linear-gradient(180deg, rgba(252, 233, 190, 0) 0%, #FCE9BE 100%);
  border-radius: 0px 0px 8px 8px;
}
.what-verse-describes-you-best .reflected-light {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.what-verse-describes-you-best .reflected-light img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.what-verse-describes-you-best .cloud {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.what-verse-describes-you-best .cloud img {
  width: auto;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.what-verse-describes-you-best .title-img {
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 0px 15px;
}
.what-verse-describes-you-best .title-img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.what-verse-describes-you-best .snippetCtaBtn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -95px;
}

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