.section-price-table {
	.cover-heading {
		margin-bottom: 3rem;
	}

	.product-features-table-container {
		.product-features-table-item {
			position: relative;

			.table-headline {
				font-size: 24px;
			}

			.price {
				text-align: right;

				.price-amount {
		            margin: 0;
		            font-size: 24px;
		            font-style: normal;
		            font-weight: 400;
		            line-height: 1;
		            color: #0096FF;
		        }

		        .price-desc {
		            margin: 0;
		            font-size: 14px;
		        }
			}

			ul {
				padding-bottom: 5rem;
			}

			.common-cta {
				position: absolute;
				bottom: 2rem;
			}
		}
	}
}