@charset "utf-8";
.pledge_cat {
  display: block;
  float: left;
  padding: 3%;
  width: 19%;
  min-height: 200px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.pledge_cat h2 {
  color: #FFF;
  font-weight: 100;
  font-size: 2.4rem;
  line-height: 2.6rem;
}
.pledge_cat:hover, .pledge_cat:focus {
  text-decoration: none;
  color: #FFF;
  transform: scale(.95, .95);
}
.cta {
  margin: 24px 0 0 0;
  padding: 8px;
  display: inline-block;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, .2);
}
.cta:hover, .pledge:focus {
  background: rgba(0, 0, 0, .4);
}
@media only screen and (max-width: 549px) {
  .pledge_cat {
    padding: 24px 3% 24px 3%;
    width: 94%;
    min-height: 20px;
  }
  .cta {
    display: none;
  }
}