/* =========================================
   GALERIE OFTALMOLOGIE
========================================= */

.oftalmologie-galerie {
    margin-bottom: 25px;
}

.oftalmologie-galerie img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 14px;
    transition: transform 0.3s ease;
}

.oftalmologie-galerie img:hover {
    transform: scale(1.02);
}

/* =========================================
   TEXT SECȚIUNE
========================================= */

.oftalmologie-section h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.oftalmologie-section ul {
    padding-left: 18px;
}

.oftalmologie-section li {
    margin-bottom: 6px;
}
