.background-image-s{margin-top:8rem;position:relative;width:100%;height:50vh;overflow:hidden}.background-image-s img{width:100%;height:100%;object-fit:cover;object-position:center}.servico{padding:40px 20px;text-align:center;margin-bottom:3rem}.servico-container{max-width:1200px;margin:0 auto}.servico-container h1{font-size:2.5rem;color:#6f99fb;margin-bottom:3rem}.card-container-s{display:flex;justify-content:center;gap:20px}.card-s{background-color:#f7f7f7;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px;flex:1;transition:transform .2s;display:flex;flex-direction:column;justify-content:space-between}.card-s:hover{transform:translateY(-15px)}picture .card-image-s{width:100%;height:200px;object-fit:cover;border-radius:10px}.card-s h2{margin:10px 0 5px;color:#6f99fb;text-align:center;margin-bottom:1rem;font-size:1.2rem}.card-s p{flex-grow:1;margin:0;color:#666;line-height:1.5;font-weight:600}@media (max-width:1024px){.card-container-s{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.background-image-s{height:50vh;width:100%}.card-container-s{grid-template-columns:1fr}.servico-container h1{font-size:1.8rem}}