/*payment method link*/
.tile-cta.payment-method {
	font-size: 17px;
	text-align: center;
	padding-top: 50px;
}

/* adjust backface side for section plans 50GB, 200GB icons */
.section-plans .plan-tile .back-face ul li .logo-container {
	flex-direction: column;
}

.section-plans .plan-tile .back-face .violator {
	margin-top: 5px;
	margin-left: 0px;
}

.section-plans .plan-tile .back-face ul li {
	align-items: baseline;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-plans .plan-tile .back-face ul li .logo-container {
		flex-direction: initial;
	}
}

@media only screen and (max-width: 734px) {
	.section-plans .plan-tile .back-face ul li .logo-container {
		flex-direction: initial;
	}
	.section-plans .plan-tile .back-face .violator {
		margin-top: 0px;
		margin-left: 5px;
	}
	.section-plans .plan-tile .back-face ul li {
		align-items: center;
	}
}

.typography-plan-subhead {
	font-size: 38px;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-plan-subhead {
		font-size: 29px;
	}
}

@media only screen and (max-width: 734px) {
	.typography-plan-subhead {
		font-size: 32px;
	}
}

.section-plans .plan-tile .plan-top-section {
	min-height: 215px;
}
