.title {
  margin: 40px auto;
}
@media screen and (min-width: 1024px) {
  .title {
    margin: 64px auto;
  }
}
.title .uptitle {
  margin-bottom: 24px;
}
.title h1 {
  text-align: center;
  font-size: clamp(30px, 5vw, 70px);
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: -1.4px;
  color: var(--violet);
  max-width: 849px;
  margin: auto;
}
.title h1 strong {
  background: linear-gradient(270deg, #F29426 0%, #D12B4F 60.94%, #783D80 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
