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