.service div {
transition: transform 0.3s ease;
}
.service div:hover {
transform: scale(1.05);
}