/* COLORS */
/* FONTS */
*::selection {
  background-color: #137104 !important;
  color: #fff; }

.promotion-card {
  border-radius: 10px;
  overflow: hidden; }
  .promotion-card .promotion-container {
    background-color: white; }
    .promotion-card .promotion-container .promotion-text .promotion-title {
      color: #0D322D;
      font-family: "Asap-Bold";
      font-size: 28px;
      font-style: normal;
      line-height: 90%;
      /* 25.2px */ }
    .promotion-card .promotion-container .promotion-text .promotion-desc {
      overflow: hidden;
      color: #0D322D;
      text-overflow: ellipsis;
      font-family: "Asap";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      /* 22.4px */ }
    .promotion-card .promotion-container .promotion-buttons .btn {
      padding: 8px 12px;
      border-radius: 10px;
      margin: 0; }
      .promotion-card .promotion-container .promotion-buttons .btn.btn-brand {
        background-color: #137104;
        border-color: #137104; }
      .promotion-card .promotion-container .promotion-buttons .btn.btn-invert {
        border-color: #137104;
        color: #137104; }

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