.contest .cta-cards .cta-box {
  margin-bottom: 0;
}

.contest .cta-cards .cta-box::before {
  bottom: auto;
  top: -110px;
  -webkit-transform: rotate(-10deg) scaleY(-1);
  -ms-transform: rotate(-10deg) scaleY(-1);
  transform: rotate(-10deg) scaleY(-1);
}

@media (max-width: 767.98px) {
  .contest .cta-cards .cta-box::before {
    display: none;
  }
}

/*# sourceMappingURL=components-page-contest-main-style-e559d41c6a3a.ce93929a611a11175df5.css.map */