.section-welcome .marquee-detail {
	display: none;
}

.section-case-battery .factoid .stat {
	padding: 20px 0;
}
.section-case-battery .copy--scroll.speaker-case {
	max-width: 330px;
}

@media only screen and (max-width: 734px) {
	.headline-section.adjust {
		font-size: 46px;
	}
}

.touch-control-end {
	left: calc(46% + var(--touch-control-gap) / 2);
}
@media only screen and (max-width: 1068px) {
	.touch-control-end {
		left: calc(44% + var(--touch-control-gap) / 2);
	}
}

@media (min-width: 735px) {
	.section-battery .stat-content {
		margin-bottom: 80px;
	}
}

@media (min-width: 1069px) {
	.section-battery .stat-content {
		margin-bottom: 60px;
	}

	.section-battery .stats .stat-item .call-out {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 734px) {
	.section-battery .stats .stat-item:nth-child(2) .call-out {
		margin-top: 35px;
	}
}

/* START - Adjustment for Personalized Listening section callouts */
.section-personalized-listening .callouts-wrapper {
	bottom: 179px;
}
/* END - Adjustment for Personalized Listening section callouts */

/* START - Adjustment to Compare section Explore CTA */
@media (min-width: 735px) {
	.section-contrast .section-header {
		column-gap: 75px;
	}
}

/* END - Adjustment to Compare section Explore CTA */

/* START - Adjustment for Fitness section body width */
@media (max-width: 1068px) {
	.section-fitness .workout-buddy .callouts .subsection-copy-block p {
		padding-right: 70px;
	}
}

@media (max-width: 734px) {
	.section-fitness .workout-buddy .callouts .subsection-copy-block p {
		padding-right: 62px;
	}
}
/* END - Adjustment for Fitness section body width */

/* START - Adjustment for Hero section headline spacing to account for removed CTA */
@media (max-width: 1068px) {
	.section-welcome .viewport-content {
		padding-bottom: 61px;
	}
}

@media (max-width: 734px) {
	.section-welcome .viewport-content {
		padding-bottom: 92px;
	}
}
/* END - Adjustment for Hero section headline spacing to account for removed CTA */

/* START - Adjustment for Hearing Health section card caption width */
.section-hearing-health .item-hearing-health .card-overlay {
	width: 340px;
}

@media (max-width: 1068px) {
	.section-hearing-health .item-hearing-health .card-overlay {
		width: 286px;
	}
}
/* END - Adjustment for Hearing Health section card caption width */

@media (min-width: 1068px) {
	.section-environment .viewport-content .section-header {
		column-gap: 95px;
	}
}
