body {
  overflow-x: hidden;
}

.h3 {
  font-size: calc(var(--gap) * 3);
  font-weight: 900;
}

img {
  object-fit: cover;
  will-change: transform;
}
