@media only screen and (max-width: 600px) {
    header.masthead .intro-text .intro-lead-in {
        font-size: 19px;
        font-style: normal;
        line-height: 29px;
        margin-bottom: 25px;
    }

    header.masthead .intro-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .intro-heading.title_1 {
        font-size: 25px !important;
    }

    .intro-heading.title_2 {
        font-size: 23px !important;
    }

    section h2.section-heading {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 19px;
        font-weight: 400;
        font-style: italic;
        margin-bottom: 15px;
        text-transform: none;
    }

    .service-heading {
        margin: 10px 0;
        text-transform: none;
        font-size: 18px;
    }
}