/* Performance and battery life section */
.section-battery .typography-cta {
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 600;
	letter-spacing: -0.003em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	padding-top: 25px;
}

@media screen and (max-width: 734px) {
	.section-battery .typography-cta {
		padding-bottom: 40px;
		margin-top: -60px;
	}
}

.section-battery .typography-cta a {
	color: #999;
}

/* All in the family section - connectivity gallery */
@media only screen and (min-width: 1068px) {
	#connectivity-gallery .card-set {
		grid-auto-columns: 372px;
	}
}
