.custom-title__text {
  color: var(--custom-title-svg);
  font-size: 80px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -6.4px;
  margin-bottom: -60px;
}
.custom-title__svg {
  width: 100%;
}
.custom-wrapper {
  margin: -5vw auto 0;
  max-width: 1150px;
  opacity: 1;
  transition: opacity .2s
}
