.button {
    padding: 15px 35px;
}


/* Responsive CTAs */

@media only screen and (max-width: 767px) {
    .cols3.imgMgn0 .imgGridItem {
width: 100%
}
}

/* Responsive Homepage Sections */

@media only screen and (max-width: 767px) {
    #hero, #cta {
padding-top: 80px;
padding-bottom: 80px;
}
}

@media only screen and (max-width: 767px) {
    #hero .contentTitle {
font-size: 34px;
}
}