/* Werbestudio – Über uns */

.about {
  padding: 80px 0 100px;
  color: var(--cream);
}

.about-heading {
  grid-column: 1 / span 4;
  grid-row: 1;
}

.about-title {
  margin: 0 0 0.35em;
  font-family: var(--font-display);
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
  line-height: 0.95;
}

.about-body {
  grid-column: 2 / span 3;
  grid-row: 2;
}

.about-motif {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 0 28px;
}

.about-text {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
}

@media (min-width: 768px) {
  .about {
    padding: 100px 0 120px;
  }

  .about-heading {
    grid-column: 2 / span 6;
  }

  .about-title {
    font-size: 72px;
  }

  .about-body {
    grid-column: 3 / span 6;
  }

  .about-text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .about {
    padding: 120px 0 140px;
  }

  .about-heading {
    grid-column: 2 / span 10;
  }

  .about-title {
    font-size: 100px;
    line-height: 90px;
  }

  .about-body {
    grid-column: 3 / span 8;
  }

  .about-motif {
    width: 160px;
  }

  .about-text {
    font-size: 17px;
    max-width: 54ch;
  }
}

@media (min-width: 1920px) {
  .about-heading {
    grid-column: 2 / span 12;
  }

  .about-title {
    font-size: 130px;
    line-height: 120px;
  }

  .about-body {
    grid-column: 2 / span 10;
  }

  .about-text {
    font-size: 18px;
    max-width: none;
  }
}
