.work {
  background-color: var(--color-gray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.work > h2 {
  color: var(--color-light);
  text-align: center;
}

.lottie-container {
  max-width: 35rem;
  max-height: 35rem;
}
