.promo-message {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 12px;
  margin-top: 1.4rem;
}

.promo-message__title {
  margin: 0;
  color: #373b3e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.promo-message__body {
  margin: 6px 0 0;
  color: #373b3e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
