

.service-heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary);
}

.service-list {
    margin: 1rem 0 2rem;
    padding-left: 1.2rem;
}

.service-list li {
    margin-bottom: 0.5rem;
    color: var(--text-light);
}


.services-photo-right {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    object-fit: cover;
 }

