/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/



.section-hero .typography-intro-elevated {
    margin: 50px 0 80px;
}

@media only screen and (max-width: 1068px) {
    .section-hero .typography-intro-elevated {
        margin: 55px 0;
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .typography-intro-elevated {
        margin: 50px 0 40px
    }
}


.section-software .typography-headline {
    padding-right: 0px;

}
@media only screen and (max-width:1068px) {
    .section-software .typography-headline {
        padding-right: 10px;
    }
}

@media only screen and (max-width:735px) {
    .section-software .typography-headline {
        padding-right: 0px;
    }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 