/* Plan Tiles */

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

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

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

@media only screen and (min-width: 1069px) {
	body[data-test-10009="v2-v"] .section-plans .plan-top-section {
		min-height: 190px;
	}
}

/* Payment Methods CTA */

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