@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .intro h2 {
        font-size: 38px;
        line-height: 45px;
        font-size: 38px !important;
    }

    .solution-row {
        padding: 20px;
    }

    .footer-location-text {
        font-size: 13px !important;
    }

    .int-hero .table-middle h2 {
        font-size: 60px !important;
    }
}