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



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


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


.section-hero .hero-content-headline {
    max-width: 735px;
}

@media only screen and (max-width: 1068px) {
    .section-get-started .gallery .gallery-item .tile-eyebrow:has(.tile-eyebrow-icon) {
        align-items: flex-start;
    }
}

.section-cards .cards-container .tile-shared-listening .typography-headline-super {
        font-size: 64px;
    }
    
@media only screen and (max-width:1068px) {
    .section-cards .cards-container .tile-shared-listening .typography-headline-super {
        font-size: 50px;
    }
}

@media only screen and (max-width:734px) {
    .section-cards .cards-container .tile-shared-listening .typography-headline-super {
        font-size: 48px;
    }
}

@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;
    }
}


.typography-headline-super {
    line-height: 1.08;
}

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

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

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

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