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



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




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

.typography-hero-headline {
        line-height: 1.1;
    }

@media only screen and (max-width:1068px) {
    .typography-hero-headline {
        line-height: 1.1;
    }
}

@media only screen and (max-width:734px) {
    .typography-hero-headline {
        line-height: 1.1;
    }
}

@media only screen and (max-width:1068px) {
    #apple-one .tile-cta-container {
    flex-direction: column;
    }
}

@media only screen and (max-width:734px) {
    #apple-one .tile-cta-container {
    flex-direction: column;
    }
}

@media only screen and (max-width:480px) {
    .section-cards .cards-container .tile-headline {
        font-size: 35px;
    }
}

@media only screen and (max-width: 734px) {
    .section-cards .cards-container .tile-listening-experience .tile-headline {
        max-width: 100%;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
