.button {
    padding: 15px 30px;
}

/* Responsive CTAs */

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

/* Responsive Hero */

@media only screen and (max-width: 767px) {
    #hero, #ctarow, #textrow1, #textrow2 {
padding-top: 80px;
padding-bottom: 80px;
}
    #hero .contentTitle, #ctarow .contentTitle {
        font-size: 40px;
    }
    pageTitle {
        font-size: 40px;
    }
}

#row1 .itemContent p {
    padding-bottom: .6em;
}