.introduction {
  position: relative;
  overflow: visible;
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.tagline {
  font-family: 'freight-big-pro', Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
}

.location {
  opacity: 0.65;
  font-size: 1.5rem;
}

.introduction__text {
  max-width: 34rem;
}

.description {
  font-size: 1.2rem;
}

.summary {
  opacity: 0.65;
}

@media (max-width: 940px) {
  .introduction {
    /* margin-bottom: 8rem; */
  }

  .tagline {
    font-size: 1.4rem;
  }

  .location {
    font-size: 1.2rem;
  }
}
