.opportunity {
  background: #fff;
  border: none;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  margin: 0 0 1em;
  padding: 1.7em 2em 4em;
  position: relative;
}
.opportunity[data-url] {
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.opportunity[data-url]:hover {
  background-color: #eeeff0;
}
.opportunity .opportunity-type {
  font-weight: bold;
  margin: 0;
}
.opportunity .hero {
  margin-top: 0;
  font-weight: normal;
  font-size: 3.1rem;
}
.opportunity .button-wrapper {
  position: absolute;
  bottom: .3em;
}
