.button {
    padding: 12px 35px;
}

/* Responsive CTAs */

@media only screen and (max-width: 767px) {
    .cols3.imgMgn0 .imgGridItem {
width: 100%
}
}

/* Responsive Hero */

#hero .blockText p {
    padding-bottom: 30px !important;
    margin-top: -10px;
}

@media only screen and (max-width: 767px) {
    #hero {
padding: 100px 30px;
}
}

/* CTA Kerning */

#ctaimages .contentTitle {
    letter-spacing: .2em;
}