.hero-copy {
  position: fixed;
  left: calc(var(--canvas-x) + 360px);
  top: 674px;
  width: 439px;
  height: 160px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14.584px;
  background: var(--bg);
}

.hero-copy__text {
  width: 399px;
  font-family: var(--font-impact);
  font-size: 16px;
  color: var(--blue);
  letter-spacing: -0.48px;
  line-height: normal;
}

.hero-copy p {
  margin: 0;
}
