main {
  display: flex;
  flex-flow: column;
  min-height: calc(100vh - 105px);
}

.artist-statement {
  font-size: 36px;
  padding-top: 350px;
  max-width: 66.666%;
  line-height: 1.1em;
  font-family: "Portrait";
  padding-bottom: 80px;
}
.artist-statement a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.artist-statement p {
  text-indent: 130px;
}

.artist-meta {
  position: relative;
  display: grid;
  flex: 1 0 auto;
  grid-template-columns: repeat(12, 1fr);
}
.artist-meta .title {
  grid-column-end: span 4;
}
.artist-meta .meta {
  grid-column-end: span 8;
}

@media all and (max-width: 1025px) {
  .artist-meta .title {
    grid-column-end: span 5;
  }
  .artist-meta .meta {
    grid-column-end: span 7;
  }
  .artist-statement {
    max-width: 100%;
    font-size: 27px;
    padding-top: 200px;
    padding-bottom: 80px;
  }
  .artist-statement p {
    text-indent: 120px;
  }
}

/*# sourceMappingURL=about.css.map */
