.s002 {
    transition: transform 0.4s ease-in-out !important;
    will-change: transform;
}
.s002:hover {
    transform: scale(1.05) !important;
}
