.wealthHoroscope {
  background: conic-gradient(from 180deg at 50% 50%, #5C93B4 0deg, #482D7E 182.93deg, #5C93B4 360deg);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 20px;
  position: relative;
}
.wealthHoroscope .dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.wealthHoroscope .imgWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  z-index: 2;
}
@media (max-width: 720px) {
  .wealthHoroscope .imgWrap {
    width: 35%;
  }
}
@media (max-width: 415px) {
  .wealthHoroscope .imgWrap {
    width: 55%;
  }
}
.wealthHoroscope .imgWrap img {
  width: 100%;
}
.wealthHoroscope .description {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  width: 50%;
  margin-top: 20px;
  z-index: 2;
}
.wealthHoroscope .snippetCta {
  background-color: #172053;
  left: 18px;
  z-index: 2;
}

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