.cta-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 3em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cta-single {
    margin: 0 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex: 1;
    flex: 1;
    font-size: 1em;
    line-height: 1.4;
}

.cta-single.no-thumbnail {
    font-size: 1.3em;
}

.cta-single img {
    display: block;
}

.cta-content, .cta-btn {
    padding: 0 20px;
}

.cta-content, .cta-btn .btn {
  width: 100%;
}
.cta-btn .btn {
  background: transparent;
  border: 1px solid white;
  color: white;
}

.cta-btn .btn:hover {
  background: white;
  border: 1px solid white;
  color: #212121;
}

.cta-content {
    color: #FFF;
    /* flex-grow: 1; */
    padding-top: 15px;
}

.cta-content p:last-child {
    margin-bottom: 1em;
}

.cta-content > :first-child {
    margin-top: 0;
}

.cta-image {
  max-height: 192px;
}

.cta-btn {
  margin-top: auto;
  padding-bottom: 20px;
}

.cta-single:nth-child(1) {
    background-color: #ea232d;
}

.cta-single:nth-child(2) {
    background-color: #4d63b5;
}

.cta-single:nth-child(3) {
    background-color: #92a0a6;
}

.cta-single.cta-donate {
  background-color: #12b9bf;
}

@media (max-width: 600px) {
    .cta-single {
        -ms-flex: 1;
        flex: 0 0 100%;
        margin-bottom: 0.5em;
    }
    .cta-single img {
      display: none;
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    .cta-single:nth-child(3) {
        margin-top: 0.5em;
    }
}
