.pricing_tables > :not([hidden]) ~ :not([hidden]) {
	margin-top: 6rem;
}
.pricing_table > :not([hidden]) ~ :not([hidden]) {
	margin-top: 2rem;
}

.pricing-table {
	table-layout: fixed;
}
.pricing-table th,
.pricing-table td {
	word-break: break-word;
}
.pricing-table td {
	width: 6rem;
}

@media (max-width: 767px) {
	.pricing_tables > :not([hidden]) ~ :not([hidden]) {
		margin-top: 4rem;
	}
	.pricing_table > :not([hidden]) ~ :not([hidden]) {
		margin-top: 1.5rem;
	}
}
