/*Local overrides */

/*Hero*/
@media only screen and (min-width: 1069px) {
	section.section.section-hero.theme-dark.end div.section-content div h2 {
		padding: 0 10px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	section.section.section-hero.theme-dark.end
		> div.section-content
		> div
		> h2 {
		padding: 0 30px;
	}
}

/*Section setup*/
@media only screen and (min-width: 1069px) {
	.section.section.section-setup
		.section-content-responsive.section-content-settings
		div:nth-child(1)
		p {
		width: 55%;
	}
}

@media only screen and (max-width: 734px) {
	.section.section.section-setup
		.section-content-responsive.section-content-settings
		div:nth-child(1)
		p {
		width: 86.3%;
	}
}

@media only screen and (max-width: 734px) {
	.section-setup .section-content-settings .section-headline {
		width: 83.666667%;
	}
}

/* Scroll gallery*/

#apple-fitness > div > div > h5 {
	padding-right: 15px;
}

/*Subscriptions */

@media only screen and (max-width: 1068px) {
	.section-setup .subsection-subscriptions-purchases .section-headline {
		width: 56%;
	}
}

@media only screen and (max-width: 734px) {
	.section-setup .subsection-subscriptions-purchases .section-headline {
		width: 91.666667%;
	}
}

@media only screen and (max-width: 340px) {
	.section-setup .subsection-subscriptions-purchases .section-headline {
		width: 96.666667%;
	}
}

/* Screen time - export */
.section-parental-controls .card-screen-time .card-content {
	padding-bottom: 56px;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-parental-controls .card-screen-time .card-content {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 734px) {
	.section-parental-controls .card-screen-time .card-content {
		padding-bottom: 0;
	}
}
