/* price disclaimer */
.custom-disclaimer {
	font-weight: 600;
	margin-block-start: 1.3em;
	font-size: 0.7em;
	opacity: 56%;
	position: relative;
	top: 6px;
}

@media only screen and (max-width: 1069px) and (min-width: 735px) {
	.section-plans .plans-tiles .plan-tile {
		min-height: 519px;
	}
}

@media only screen and (max-width: 734px) {
	.section-plans .plans-tiles .plan-tile.plan-individual {
		min-height: 487px;
	}
	.section-plans .plans-tiles .plan-tile.plan-family {
		min-height: 505px;
	}
}

/* Subscription discalimer */

.custom-subsciption-disclaimer {
	display: block;
	color: #86868b;
	margin-top: 1.2em;
	font-size: 17px;
	line-height: 1.2353641176;
	letter-spacing: -0.022em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
	font-weight: 600;
}
