@media (min-width: 40.0rem) {
    .five-up .grid {
        grid-template-columns: repeat(12, 1fr);
    }
    .block-cta.five-up  .cta {
      grid-column-end: 6 span;
    }
}

@media (min-width: 55.0625rem) {
    .five-up .grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .block-cta.five-up  .cta {
      grid-column-end: 3 span;
    }
}

@media (min-width: 60.0625rem) {
    .five-up .grid {
        grid-template-columns: repeat(12, 1fr);
    }
    .block-cta.five-up  .cta {
      grid-column-end: 3 span;
    }
}

@media (min-width: 75rem) {
    .five-up .grid {
        grid-template-columns: repeat(15, 1fr);
    }
    .block-cta.five-up  .cta {
      grid-column-end: 3 span;
    }
}


.block-cta.five-up .cta-content {
  background-color: #F9EEDC;
  border-radius: 20px;
  padding: 1px 20px 10px;
}
.blockblurb {
  padding-bottom: 2rem;
}
