.tarotYesNo {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #172053 0%, #050611 100%);
}
.tarotYesNo .snippetTitle {
  color: #ffffff;
}
.tarotYesNo .tarotCardsMainDiv {
  display: flex;
  padding: 8px 0;
  max-width: 323px;
  margin: 0 auto;
}

.tarotDiv {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.tarotCards {
  max-width: 100%;
  position: relative;
}

.tarotCards .rest {
  position: relative;
  margin-right: -45px;
  /* Use margin-right instead of margin-left */
  display: inline-block;
  height: 130px;
  border-radius: 0.4rem;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.15s;
}
@media (max-width: 325px) {
  .tarotCards .rest {
    height: 120px;
  }
}

.rest:hover {
  transform: translateX(5px) translateY(-20px) rotateZ(-2deg) scale(1.05) !important;
  cursor: pointer;
}

.description-tarot {
  color: white;
  font-size: 16px;
  line-height: 24px;
}

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