.sub-title {
  font-size: 24px !important;
  margin-top: 64px;
  font-weight: normal;
}
.sub-title > span {
  text-transform: lowercase;
}

.promo {
  display: flex;
  flex-direction: column;
}
.promo__block {
  padding: 0 10px;
  flex: 1;
  text-align: center;
  background-color: white;
}
.promo__block:first-child {
  margin-bottom: 12px;
}
.promo__block_title {
  margin-top: 24px;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}
.promo__block_text {
  margin-top: 16px;
  font-size: 20px;
  line-height: 22px;
}
.promo__block_button {
  margin-top: 20px;
  margin-bottom: 25px;
}
.promo__block_button > a {
  display: inline-block;
}

@media (min-width: 768px) {
  .promo {
    margin-top: 64px;
    flex-direction: row;
    justify-content: space-between;
  }
  .promo__block {
    height: 240px;
  }
  .promo__block:first-child {
    margin: 0 6px 0 0;
  }
  .promo__block:last-child {
    margin-left: 6px;
  }
  .promo__block_title {
    margin-top: 32px;
  }
  .promo__block_text {
    margin-top: 32px;
    height: 44px;
  }
  .promo__block_button {
    margin-top: 15px;
  }
}

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