﻿.feature-promo {
  border: 1px solid #8da096;
  text-align: center;
  position: relative;
  margin: 30px 0;
  max-width: 270px;
}
.feature-promo h1 {
  font-size: 20pt;
  margin: 15px;
}
.feature-promo img {
  width: 100%;
  border-bottom: 1px solid #8da096;
}
.feature-promo-description p {
  padding: 0 15px;
  margin: 24px 0 48px;
  line-height: 1.4em;
  font-weight: 700;
}
.feature-promo-button {
  position: absolute;
  width: 100%;
  bottom: -23px;
}
.feature-promo-button a {
  margin: 0 auto;
}
.feature-promo-button a:hover {
  color: #fff;
}
/*# sourceMappingURL=FeaturedPromoPicker.css.map */