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

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

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

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

@media only screen and (max-width: 1068px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: 240px;
	}
}

@media only screen and (max-width: 734px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: unset;
	}
}
