.promo {
  background: #2a333d;
  display: table;
  table-layout: fixed;
  padding: 70px 64px;
  box-sizing: border-box;
}

.promo-textCell {
  display: table-cell;
  vertical-align: bottom;
}

.promo-text {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 2.2px;
}

.promo-badges {
  margin-top: 75px;
}

.promo-badge {
  display: inline-block;
}

.promo-badge--appstore {
  margin-right: 20px;
  margin-bottom: 10px;
  width: 135px;
  height: 40px;
  background-image: url(/Content/img/badge-appstore.png);
}

.promo-badge--googleplay {
  margin-bottom: 10px;
  width: 135px;
  height: 40px;
  background-image: url(/Content/img/badge-play.png);
}

.promo-iconCell {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

.promo-icon {
  width: 240px;
  height: 240px;
  display: inline-block;
  border-radius: 40px;
}

.promo-name {
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 1.8px;
  margin-top: 20px;
}