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






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




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

.section-more-experiences .router {
    width: 434px;
}
@media only screen and (max-width: 1068px) {
	.section-more-experiences .router {
		width: 292px;
	}
}
@media only screen and (max-width: 734px) {
	.section-more-experiences .router {
		width: 99%;
	}
}

.section-more-experiences .router-container > a:nth-child(n + 2) {
    margin-right: 0;
}
@media only screen and (max-width: 734px) {
	.section-more-experiences .router-container > a:nth-child(n + 2) {
		margin-right: 0;
	}
}

.section-apple-books {
	margin-bottom: 27px;
}

@media only screen and (max-width: 1068px) {
	.section-apple-books {
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 734px) {
	.section-apple-books {
		margin-bottom: 27px;
	}
}

@media only screen and (max-width: 330px) {
    .hero-heading-cta-container a.button:first-of-type, .hero-heading-cta-container button:first-of-type {
        margin-bottom: 15px;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
