[data-vision-title][data-portfolio-title] svg {
  display: none;
}

[data-vision-title][data-portfolio-title]::after {
  content: attr(data-portfolio-title);
  display: block;
  width: max-content;
  color: transparent;
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  font-family: acumin-pro-wide, "Helvetica Neue", Arial, sans-serif;
  font-size: 7vw;
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

@media not screen and (min-width: 769px) {
  [data-vision-title][data-portfolio-title]::after {
    font-size: 14vw;
    line-height: 0.88;
  }
}
