h4 {
  font-size: 18px;
}


/** Flyers **/
.flyer {
  height: 400px;
  border-radius: 3px;
  padding: 1.5em;
  margin-bottom: 1em;
}
.flyer button {
  position: absolute;
  bottom: 2.5em;
}
.flyer button:hover {
  background-color: #464749;
  border-color: #464749;
  color: #fff;
}
.flyer--blue {
  background-color: #00579c;
}
.flyer--blue h3 {
  color: #F2DE65;
}
.flyer--blue p {
  color: #fff;
}
.flyer--blue button {
  background-color: #F2DE65;
  border-color: #F2DE65;
  color: #464749;
}

.flyer--yellow {
  background-color: #F2DE65;
}
.flyer--yellow h3 {
  color: #00579c;
}
.flyer--yellow button {
  background-color: #00579c;
  border-color: #00579c;
  color: #fff;
}


/****** Phone Resizing ******/
@media (max-width: 768px){
  .flyer {
    height: auto;
  }
  .flyer p {
    margin-bottom: 2em;
  }
}


/****** Internet Explorer ******/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}
