.promo {
  display: block;
  margin: 0;
  overflow: hidden;
  height: 330px;
  width: 100%;
  border: 1px solid #AEDA72;
}
@media (max-width:  767px ) {
  .promo {
    margin: 25px 0;
  }
}
.promo figure {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
.promo figure > img {
  height: 100%;
  width: 100%;
}
.promo figure figcaption {
  background: #005db9;
  bottom: 0;
  color: white;
  left: 0;
  padding: 8px 20px;
  position: absolute;
  width: 100%;
  min-height: 120px;
}
.promo figure figcaption:before {
  content: '';
  border-top: 5px solid #AEDA72;
  display: block;
  position: absolute;
  width: 100%;
  top: -7px;
  left: 0;
}
.promo figure figcaption .title {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  color: white !important;
  margin-bottom: 0 !important;
  line-height: 1;
}
@media (min-width:  1200px ) {
  .promo figure figcaption .title {
    font-size: 25px;
  }
}
.promo figure figcaption .title:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  vertical-align: 2px;
  margin-left: 10px;
}
.promo figure figcaption .message {
  font-size: 16px;
  font-weight: 400;
}
a.promo:focus .title,
a.promo:hover .title {
  text-decoration: underline;
}
