h1 {
  text-align: center;
}


.price_services_table {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

table {
    border-collapse: collapse;
    width: 50%;
			
}
    th, td {
    border: 2px solid #ccc;
    padding: 8px;
    text-align: left;
}
    th {
    background: #f4f4f4;
}

.chystka-bottom {
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

.chystka-pricing {
	margin-top: 20px;
    text-align: center;
}

.chystka-bottom p{
	font-size:18px;
    font-weight: bold;    /* напівжирний */
    font-style: italic;   /* курсив */
	margin: 20px;
}
/* Адаптивні стилі для смартфонів */
@media (max-width: 768px) {

    /* Секція послуг */
table {
    border-collapse: collapse;
    width: 100%;
			
}
    }
