.service-price {
	margin: 40px 0;
	color: #1f1f1f;
}

.service-price h2 {
	margin: 0 0 28px;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	color: #1f1f1f;
}

.service-price h3 {
	margin: 38px 0 16px;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 700;
	color: #1f1f1f;
}

.service-price .price-note {
	margin: 0 0 18px;
	padding: 18px 22px;
	background: #f7edf2;
	border: 1px solid #efcddd;
	border-radius: 18px;
	font-size: 17px;
	line-height: 1.65;
	color: #2a2a2a;
}

.service-price .price-note strong {
	color: #1f1f1f;
	font-weight: 700;
}

.service-price .table-wrap {
	margin: 0 0 26px;
	overflow-x: auto;
	background: #ffffff;
	border: 1px solid #ead9e2;
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.service-price table {
	width: 100%;
	border-collapse: collapse;
	min-width: 640px;
	background: #ffffff;
}

.service-price thead th {
	padding: 18px 20px;
	background: #1f1f1f;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

.service-price thead th:first-child {
	border-top-left-radius: 20px;
}

.service-price thead th:last-child {
	border-top-right-radius: 20px;
}

.service-price tbody td {
	padding: 16px 20px;
	font-size: 17px;
	line-height: 1.5;
	color: #2b2b2b;
	border-bottom: 1px solid #f0e6eb;
	vertical-align: middle;
	text-align: center;
}

.service-price tbody td:first-child {
	text-align: left;
}

.service-price tbody tr:nth-child(even) td {
	background: #fcf8fa;
}

.service-price tbody tr:hover td {
	background: #f8eef3;
	transition: 0.2s ease;
}

.service-price tbody tr:last-child td {
	border-bottom: none;
}

.service-price tbody td:nth-child(2),
.service-price tbody td:nth-child(3) {
	white-space: nowrap;
}

.service-price tbody td:nth-child(2) {
	font-weight: 700;
	color: #1f1f1f;
}

@media (max-width: 767px) {
	.service-price h2 {
		font-size: 28px;
		margin: 0 0 20px;
	}

	.service-price h3 {
		font-size: 22px;
		line-height: 1.25;
		margin: 28px 0 12px;
	}

	.service-price .price-note {
		padding: 14px 14px;
		font-size: 14px;
		line-height: 1.5;
		border-radius: 14px;
		margin: 0 0 14px;
	}

	.service-price .table-wrap {
		margin: 0 0 18px;
		border-radius: 16px;
	}

	.service-price table {
		min-width: 100%;
		table-layout: fixed;
	}

	.service-price thead th {
		padding: 12px 10px;
		font-size: 13px;
		line-height: 1.25;
	}

	.service-price tbody td {
		padding: 12px 10px;
		font-size: 14px;
		line-height: 1.35;
	}

	.service-price th:nth-child(1),
	.service-price td:nth-child(1) {
		width: 50%;
	}

	.service-price th:nth-child(2),
	.service-price td:nth-child(2) {
		width: 28%;
		white-space: nowrap;
		font-weight: 700;
	}

	.service-price th:nth-child(3),
	.service-price td:nth-child(3) {
		width: 22%;
		white-space: nowrap;
	}

	.service-price thead th:first-child {
		border-top-left-radius: 16px;
	}

	.service-price thead th:last-child {
		border-top-right-radius: 16px;
	}
}