.service-grid{
display:flex;
gap:30px;
justify-content:center;
margin-top:40px;
}

.card{
background:white;
padding:30px;
width:250px;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

footer{
text-align:center;
padding:20px;
background:#1f3a5f;
color:white;
margin-top:40px;
}
