/*Local Overrides*/

/* Plan Copy Alignment */
.section-plans .plan-tile .plan-top-section {
	min-height: 276px;
}
@media only screen and (max-width: 1068px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: 275px;
	}
}
@media only screen and (max-width: 734px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: unset;
	}
}

/* FAQ Headline */
@media only screen and (min-width: 1069px) {
	.section-faq .typography-section-headline {
		padding: 0 168px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-faq .typography-section-headline {
		padding: 0 98px;
	}
}

/* Icon Sharing Placement */
@media only screen and (min-width: 1069px) {
	.section-plans .plan-tile .typography-plan-share {
		padding-top: 2px;
		align-items: start;
	}
	.section-plans .plan-tile .typography-plan-share .icon-shared {
		margin-top: 1px;
	}
}

/* Plan Tile Height */
.section-plans .plan-tile {
	min-height: 585px;
}

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

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