img {
max-width: 100%;
height: auto;
}

.hero img {
width: 500px;
height: auto;
display: block;
margin: 20px auto;
}

.service img {
width: 200px;
height: auto;
border-radius: 10px;
}

.services {
display: flex;
gap: 20px;
}

.service {
text-align: center;
}