.choice__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5.125rem;
}
.choice__card {
  border: 1px solid var(--orange);
  border-radius: 2rem;
  padding: 3.75rem 2.5rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
}
.choice__card.is-active {
  background-color: var(--bg);
  -webkit-box-shadow: inset 0 0 60px 20px rgba(255, 128, 23, 0.8), 72px 38px 241px 17px rgba(255, 128, 23, 0.8), -77px -38px 241px 0 rgba(255, 128, 23, 0.8), 0 0 26px 0 rgba(255, 255, 255, 0.91);
  box-shadow: inset 0 0 60px 20px rgba(255, 128, 23, 0.8), 72px 38px 241px 17px rgba(255, 128, 23, 0.8), -77px -38px 241px 0 rgba(255, 128, 23, 0.8), 0 0 26px 0 rgba(255, 255, 255, 0.91);
}
.choice__card.is-active .choice__card-text {
  text-shadow: 41px 22px 137px rgba(255, 128, 23, 0.8), -43px -22px 137px rgba(255, 128, 23, 0.8), 0 0 15px rgba(255, 255, 255, 0.91);
}
.choice__against {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid var(--white);
  border-radius: 50%;
  margin: 0 2rem;
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.choice__text {
  max-width: 60.3125rem;
  margin: 0 auto 2.5rem;
}
.choice__text > p:not(:last-child) {
  margin-bottom: 0.625rem;
}
.choice__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .choice__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .choice__card {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .choice__card-text {
    font-size: 20px;
    line-height: 120%;
  }
  .choice__against {
    margin: 20px 0;
    line-height: 100%;
  }
  .choice__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .choice__button .btn {
    width: 100%;
  }
}
/*# sourceMappingURL=choice.css.map */