.price-table .section-title {
	margin-bottom: 96px;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.price-table-wrapper-inner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}

.price-table-card {
	flex: 0 0 33.33%;
	width: 33.33%;
	padding-left: 40px;
}

.price-table-content-wrapper {
	background: #fff;
	border: 1px solid #bcd9db;
	box-shadow: 0 6px 12px rgb(0 116 122 / 16%);
	padding: 0 0 44px;
}

.price-table-name {
	background-color: #f0f3f4;
	padding: 20px 32px 20px 75px;
	position: relative;
}

.price-table-card.popular .price-table-name {
	background-color: #003c4f;
	color: #fff;
}

.price-table-name::before {
	content: "";
	height: 28px;
	width: 28px;
	background-size: cover;
	position: absolute;
	left: 32px;
	top: 30px;
}

.price-table-card.popular .price-table-name::before {
	filter: brightness(0) invert(1);
}

.price-table-card.Pro .price-table-name::before {
	background-image: url(/wp-content/themes/makersite/assets/icons/pricing-plans/UserCirclePlus.svg);
}

.price-table-card.Teams .price-table-name::before {
	background-image: url(/wp-content/themes/makersite/assets/icons/pricing-plans/Users.svg);
}

.price-table-card.Enterprise .price-table-name::before {
	background-image: url(/wp-content/themes/makersite/assets/icons/pricing-plans/Buildings.svg);
}

.price-table-description {
	height: 110px;
}

.border-light-green {
	border-top: 1px solid #bcd9db;
}

.price-content--inner,
.features-list--inner {
	padding: 10px 32px;
}

.price-table-price {
	font-family: ArboriaBook;
	font-weight: 400;
	color: #003c4f;
}

.price-table-description p {
	font-size: 16px;
}

.occurence {
	font-size: 16px;
	line-height: 24px;
}

.price-table-link {
	margin: 25px 0 32px;
}

.price-table-link .button {
	width: 100%;
	display: flex;
	justify-content: center;
}

.plan-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #003c4f;
}

.features-list {
	background-color: #f0f3f4;
}

.feature-list {
	position: relative;
	margin-bottom: 24px;
	color: #003c4f;
	padding-left: 30px;
}

.feature-list::before {
	content: "";
	background-image: url(/wp-content/themes/makersite/assets/icons/Checkmark.svg);
	height: 20px;
	width: 20px;
	background-size: cover;

	/* width: 100%; */
	position: absolute;
	left: 0;
	top: 6px;
}

@media ( max-width: 850px ) {

	.price-table .section-title {
		margin-bottom: 56px;
		max-width: 100%;
	}

	.price-table-card {
		flex: 0 0 100%;
		width: 100%;
		padding-left: 40px;
		margin-bottom: 56px;
	}

	.price-table-card:last-child {
		margin-bottom: 0;
	}

	.price-table-name {
		padding: 32px 32px 32px 75px;
	}

	.price-table-price {
		font-size: 42px !important;
		line-height: 50px !important;
	}

	.price-table-content-wrapper {
		padding: 0;
	}
}


@media ( max-width: 768px ) {


}


@media ( max-width: 690px ) {


}
