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






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




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


.router-item-environment .grid-item-headline {
    max-width: 430px;
}

@media only screen and (max-width: 1068px) {
    .router-item-environment .grid-item-headline {
        max-width: 430px;
    }
}

@media only screen and (max-width: 734px) {
    .router-item-environment .grid-item-headline {
        width: 290px;
    }
}

@media only screen and (max-width: 375px) {
    .router-item-environment .grid-item-headline {
        width: 270px;
    }
}

@media only screen and (max-width: 320px) {
    .router-item-environment .grid-item-headline {
        width: 220px;
    }
}


@media only screen and (min-width:735px)and (max-width:1068px) {
    .router-item-environment .grid-item-copy {
        padding-bottom: 50px;
    }
}


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