/* Why Switch */
.section-switchers {
	display: none;
}
html.no-ios .section-switchers {
	display: block;
}
.section-switchers {
	background-color: #fafafa;
	background-size: 420px 420px;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-image: url("/cl/iphone/home/images/overview/why-switch/tm_family_promo__dw7maovlhhua_small.jpg");
	background-position: center 90px;
	text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.section-switchers {
		background-image: url("/cl/iphone/home/images/overview/why-switch/tm_family_promo__dw7maovlhhua_small_2x.jpg");
	}
}

.switchers-links a {
	font-size: 19px;
}

.switchers-links .tile-cta {
	/* margin-right: 10px; */
}

.section-switchers .section-copy {
	margin-bottom: 10px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.section-switchers h2 {
	font-size: 36px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	margin-bottom: 15px;
}

.section-switchers p {
	font-size: 17px;
	line-height: 1.2381;
	font-weight: 400;
	letter-spacing: 0.016em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	margin-top: 4px;
}

@media only screen {
	.section-switchers .section-headline {
		margin-top: 50px;
	}
}
@media only screen {
	.section-switchers .section-copy {
		margin-bottom: 10px;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 400px) {
	.section-switchers {
		background-size: 390px 390px;
		height: 550px;
		background-position: center 170px;
	}

	.section-switchers .section-headline {
		margin-top: 40px;
	}
}
