/******************************************************************************/
/**                                     SECTION 1                            **/
/******************************************************************************/

.section1 .heading1 {
    font-family: 'PFBenchmarkPro';
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
    color:#fff;
    text-transform: none;
}

@media (max-width:767px){
    .section1 {
        min-height: 350px !important;
    }

    .section1 .heading1 {
        font-size: 3rem;
    }
}

/******************************************************************************/
/**                                     SECTION 2                            **/
/******************************************************************************/
.section2 .mk-grid{
  max-width: 1440px;
}

.section2 .heading1 {
    font-family: 'PFBenchmarkPro';
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    color: #921b2f;
    text-transform: none;
}




.section1 .heading1 {
    background-color: rgba(0,0,0,0.005);
}