.containerArticole{padding:0 6rem}@media only screen and (max-width:1400px)and (min-width:1001px){.containerArticole{padding:0 5rem}}@media only screen and (max-width:1000px)and (min-width:700px){.containerArticole{padding:0 4rem}}@media only screen and (max-width:700px)and (min-width:100px){.containerArticole{padding:0 2rem}}.containerArticole h1{text-align:center}.containerArticole .services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}@media only screen and (max-width:1400px)and (min-width:1001px){.containerArticole .services-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1000px)and (min-width:700px){.containerArticole .services-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:700px)and (min-width:100px){.containerArticole .services-grid{grid-template-columns:1fr}}.containerArticole .services-grid .service-card{background:#fff;cursor:pointer;border-radius:8px;overflow:hidden;box-shadow:0 2px 15px rgba(0,0,0,.05);transition:transform .3s ease}.containerArticole .services-grid .service-card:hover{transform:translateY(-5px)}.containerArticole .services-grid .service-card img{width:100%;height:200px;object-fit:cover}.containerArticole .services-grid .service-card h3{padding:1.5rem 1.5rem .5rem;font-size:1.25rem}.containerArticole .services-grid .service-card p{padding:0 1.5rem 1.5rem;color:#666}