.service-section,
.service-section {
    padding: 40px 20px;
    background-color: #f5f5f5;
}

.service-container {
    max-width: 800px;
    margin: 60px auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* .service-water_container {
    max-width: 1100px;
    margin: 60px auto;
    background-color: #ffffff;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

/* .services_water {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem; 
} */


/* .services_water_item {
    padding: 0 1rem;
    flex: 1;
    min-width: 250px; 
}

.services_water p {
    margin-top: 1rem;
}

.service_w {
    margin-bottom: 4rem;
} */

/* .water_title {
    margin-top: 1.5rem;
} */

/* .services_water_item img {
    width: 100%;
    max-height: 300px; 
    height: auto;
    object-fit: contain;
}
.ul_water_treatment{
    margin: 0 .2rem;
} */




.about-subtitle,
.service-subtitle {
    font-size: 1.3rem;
    color: #666;
}
.service-image {
    text-align: center;
    margin: 50px 0;
}
.service-image-img {
    width: 100%;
    max-height: 450px;
    max-width: 600px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service-content h2 {
    font-size: 1.5rem;
    color: #333;
    margin-top: 20px;
}

.service-content ul {
    list-style-type: square;
    padding-left: 20px;
}

.service-content ul li {
    margin: 10px 0;
}

.description_water_service{
    margin-bottom: 15px;
}