/******************************************************************************/
/**                         SECTION 1                                        **/
/******************************************************************************/

.section1 .heading1 {
    font-family: "PFBenchmarkPro";
    font-size: 4rem;
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
}


@media (max-width:767px){
    .section1 {
        min-height: 350px !important;
    }

    .section1 .heading1 {
        font-size: 3rem;
    }
}


/******************************************************************************/
/**                         SECTION 2                                        **/
/******************************************************************************/
.section2 .mk-grid{
    max-width: 1200px;
}

.section2 .section-text p{
        font-family: "PFBenchmarkPro";
        font-size: 1.7rem;
        color: #23282D;
        font-weight: 300;
}
