.hero{
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.service-img{
    height:220px;
    object-fit: cover;
}

footer{
    margin-top:50px;
}