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