.dailyLoveTarot {
  background-position: center center;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, #F7BDC8 0%, #C87D8B 100%);
}
.dailyLoveTarot .background {
  height: 100%;
  padding: 20px;
  background-image: url("images/bg-love.png");
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.dailyLoveTarot .background p {
  margin-top: 20px;
  color: #172053;
}
.dailyLoveTarot .imgWrap {
  width: 60%;
  max-width: 150px;
}
.dailyLoveTarot .imgWrap img {
  width: 100%;
}
.dailyLoveTarot .snippetCta {
  background-color: #172053;
  left: 30px;
}

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