.section-vc-price-table {
	padding: 15px 0;
}
.price-table__wrapper {
}
.custom-container {
}
.price-table__body {
}
.price-table__title {
	font-size: 25px;
	font-weight: 600;
	margin: 0;
}
.price-table__table {
	margin: 0;
	margin-top: 16px;
}
.price-table__row {
	background-color: #f8f8f8;
	font-size: 19px;
	font-weight: 600;
	color: #666666;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
	padding: 14px 16px 14px;
}
.price-table__row:first-child {
	padding-top: 16px;
	border-radius: 5px 5px 0 0;
}
.price-table__row:last-child {
	padding-bottom: 16px;
	border-radius: 0 0 5px 5px;
}
.price-table__product-title {
	color: #666666;
	margin-bottom: 14px;
	display: block;
}
.price-table__product-price {
	font-weight: 700;
	display: flex;
	justify-content: end;
}

@media only screen and (min-width: 768px) {
	.section-vc-price-table {
		padding: 20px 0;
	}
	.price-table__table {
		margin-top: 20px;
	}

	.price-table__product-title {
		margin-bottom: 0px;
	}

	.price-table__row {
		padding: 18px 70px 18px 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.price-table__row:first-child {
		padding-top: 30px;
	}
	.price-table__row:last-child {
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.section-vc-price-table {
		padding: 30px 0;
	}

	.price-table__table {
		margin-top: 30px;
	}

	.price-table__row {
		padding: 20px 130px 20px 30px;
	}
}
