.script-install-section {
transition: all 0.3s ease-in-out;
}
.script-install-section:hover {
transform: translateY(-5px);
}