.sell-options {
  margin-bottom: 120px !important;
}
@media (max-width: 921px) {
  .sell-options {
    margin-bottom: 8px !important;
  }
}
.sell-options h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 76px;
}
.sell-options .selling-cards-wrapper {
  display: flex;
  justify-content: stretch;
  gap: 50px;
}
@media (max-width: 921px) {
  .sell-options .selling-cards-wrapper {
    flex-direction: column;
  }
}
.sell-options .selling-cards-wrapper .selling-card {
  width: 50%;
  color: var(--ast-global-color-4);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 921px) {
  .sell-options .selling-cards-wrapper .selling-card {
    width: 100%;
  }
}
.sell-options .selling-cards-wrapper .selling-card.color-yellow {
  background-color: var(--ast-global-color-7);
}
.sell-options .selling-cards-wrapper .selling-card.color-green {
  background-color: #97D986;
}
.sell-options .selling-cards-wrapper .selling-card.color-pink {
  background-color: #F08B98;
}
.sell-options .selling-cards-wrapper .selling-card.color-violet {
  background-color: #AC9AF5;
}
.sell-options .selling-cards-wrapper .selling-card .image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.sell-options .selling-cards-wrapper .selling-card .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
.sell-options .selling-cards-wrapper .selling-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 40px;
  text-align: center;
  flex-grow: 2;
}
.sell-options .selling-cards-wrapper .selling-card .card-body h3 {
  font-size: 40px;
  line-height: 1.22;
  margin-bottom: 40px;
  color: var(--ast-global-color-4);
}
@media (max-width: 921px) {
  .sell-options .selling-cards-wrapper .selling-card .card-body h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 921px) {
  .sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper {
    padding-top: 20px;
  }
}
.sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper .price-button {
  background-color: var(--ast-global-color-4);
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
}
.sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper .price-button .price {
  color: var(--ast-global-color-7);
  font-weight: 600;
  margin-left: 6px;
}
.sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper .price-button .price .old {
  text-decoration: line-through;
  color: var(--ast-global-color-3);
  font-weight: 300;
  margin-right: 5px;
  font-size: 14px;
}

/*# sourceMappingURL=sell-options.css.map */
