.prise {
    font-size: 30px;
    font-weight: 700;
    color: #492a2d;
    margin-top: 25px;
    text-align: center;
}
h1.product {
		font-size: 36px;
		font-weight: 500;
	}
	.options span {
		cursor: pointer;
		text-decoration: underline;
	}
	.options span.active {
		font-weight: bold;
		text-decoration: none;
	}
	table {
		width: 100%;
		border-collapse: collapse;
	}
	table td {
		padding: 8px 12px;
		border: 1px solid #ddd;
	}
	table td:first-child {
		background-color: #492a2d;
		color: #fff;
	}
	table tr:nth-child(even) td:nth-child(2) {
		background-color: #f5f5f5;
	}
	table tr:nth-child(odd) td:nth-child(2) {
		background-color: #fff;
	}
	@media (max-width: 767px) {
		table td {
			display: block;
			width: 100%;
		}
	}
	.btn {
	background-color: #492a2d;
    color: white;
    padding: 16px 20px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
    transition: background-color 0.3s;
	}
	.btn:hover {
		background-color: #6c4045;
	}
	.services-price__btn {
		margin-top: 20px;
	}