.homepage__btn {
  width: 250px;
  height: 56px;
}

.homepage__preview {
  position: relative;
  overflow: hidden;
  height: 480px;
  gap: 3.75rem;
}

.homepage__preview::after {
  content: '';
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.homepage__image {
  position: absolute;
  inset: 0 0 0 0;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
