.about-hero__img {
  clip-path: url(#MyClip);
}

.hero-about__text__stroke {
  color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  z-index: 4;
}

@media screen and (max-width: 550px) {
  .hero-about__text__stroke,
  .hero-about__text {

  }

  .hero-about__link {
    top: 12px;
    left: 12px;
    width: fit-content;
    bottom: auto;
    right: auto;
  }

  .compass-img {

    min-width: 500px;
    left: 30%;
  }
}
