.scene {
  perspective: 1500px;
}
.featured-section .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
