.collection .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 1.5rem;
  margin-bottom: 5rem;
}

.collection h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media (hover: none) {
  .collection h4 {
    display: none;
  }
}