@media (max-width: 720px) {
  .widgetInnerWrap {
    padding: 0 20px;
  }
}
.widgetInnerWrap .content {
  color: #172053;
}
.widgetInnerWrap .content h2 {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .widgetInnerWrap .content h2 {
    font-size: 24px;
  }
}
.widgetInnerWrap .content p {
  font-size: 24px;
  font-weight: lighter;
}
@media (max-width: 720px) {
  .widgetInnerWrap .content p {
    font-size: 19px;
    line-height: 32px;
  }
}
.widgetInnerWrap .content .button {
  min-width: 150px;
  border-radius: 1.5em;
  padding: 13px;
  border: none;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  background: linear-gradient(0deg, #CC8097 -45%, #412D72 35%, #2C216C);
}
.widgetInnerWrap .content .button:hover {
  transition: all 0.4s ease-in-out;
  background: linear-gradient(to bottom, #412D72 -80%, #2C216C -50%, #CC8097 100%);
}

.tarotCardsDiv {
  max-width: 100%;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .tarotCardsDiv {
    justify-content: space-between;
  }
}
.tarotCardsDiv .rest {
  width: 12%;
  position: relative;
  margin-right: -50px;
  /* Use margin-right instead of margin-left */
  display: inline-block;
  border-radius: 0.4rem;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.15s;
}
@media (max-width: 720px) {
  .tarotCardsDiv .rest {
    width: 32%;
    border-radius: 0.4rem;
    border: 1px solid #5f91c0;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.15s;
    margin: 2px 2px;
  }
}
.tarotCardsDiv .rest:hover {
  transform: translateX(5px) translateY(-20px) rotateZ(-2deg) scale(1.05) !important;
  cursor: pointer;
}

.show {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
@media (max-width: 720px) {
  .show {
    flex-direction: column;
  }
}
.show .resultImg {
  transform: rotate(-4deg);
  width: 40%;
  max-width: 250px;
}
@media (max-width: 720px) {
  .show .resultImg {
    max-width: 160px;
  }
}
.show .resultImg img {
  width: 100%;
}
.show .content {
  width: 50%;
}
@media (max-width: 720px) {
  .show .content {
    width: 100%;
  }
}
.show .content .titles {
  display: inline-block;
}
@media (max-width: 720px) {
  .show .content .titles {
    position: relative;
    top: -180px;
    margin-left: 150px;
  }
}
.show .content h3 {
  font-size: 32px;
}
@media (max-width: 720px) {
  .show .content h3 {
    font-size: 28px;
  }
}
.show .content h4 {
  font-size: 38px;
  color: #895EA1;
  font-weight: bold;
  text-transform: uppercase;
}
.show .content p {
  font-size: 18px;
}
@media (max-width: 720px) {
  .show .content p {
    margin-top: -60px;
  }
}

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