.promo {
  background-color: white;
  width: 100%;
  height: 100%;
  color: black;
}
.promo img {
  width: 100%;
}
.promo .content {
  border-top: 5px solid #005699;
  padding: 30px;
  text-align: left;
}
.promo .content h2 {
  color: #005699;
  font-size: 18px;
}
.promo .content a {
  position: relative;
  display: block;
  text-align: right;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 500;
}
.promo .content a:focus,
.promo .content a:hover {
  text-decoration: underline;
}
.promo .content a:after {
  position: absolute;
  right: -10px;
  content: '\f105';
  font-family: FontAwesome;
}
.promo.blue .content {
  border-color: #00adef;
}
.promo.yellow .content {
  border-color: #fdb938;
}
.promo.green .content {
  border-color: #99ca3c;
}
/*# sourceMappingURL=promo.css.map */