.about-hero {
  position: relative;
  overflow: hidden;
  margin-top: -59px;
}

.about-hero__image {
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.about-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__label {
  position: absolute;
  bottom: 322px;
  left: 16px;
  color: #fff;
  font-size: 12px;
}

.about-hero__heading {
  position: absolute;
  bottom: 16px;
  left: 16px;
  max-width: 1442px;
  margin: 0;
  color: #fff;
  font-size: 96px;
  line-height: 110%;
  text-indent: 250px;
}

@media (max-width: 900px) {
  .about-hero {
    display: none;
  }
}
