<style>
.zoom-boxes .section-cell-item {
  transition: transform 0.3s ease;
}

.zoom-boxes .section-cell-item:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.30);
  z-index: 2;
  position: relative;
}
</style>