.about-intro {
  min-height: 70vh;
}

.about-copy {
  align-items: center;
}

.about-copy h1 {
  margin-top: 20px;
  font-size: clamp(3.7rem, 7vw, 7rem);
  line-height: .94;
}

.about-studio-art {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid #5ee8df38;
  border-radius: 30px;
  background: #06111c;
  box-shadow: 0 30px 80px #0008, 0 0 55px #247ee51f;
}

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

.about-value-card {
  display: grid;
  grid-template-rows: auto auto 3em 1fr;
  align-items: start;
}

.about-card-art {
  aspect-ratio: 1;
  margin-bottom: 26px;
  overflow: hidden;
  border: 1px solid #5ee8df2e;
  border-radius: 19px;
  background: #06111c;
  box-shadow: 0 16px 42px #0005;
}

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

.about-value-card .eyebrow {
  margin: 0 0 10px;
}

.about-value-card h2 {
  min-height: 3em;
  margin: 0 0 9px;
}

@media (max-width: 600px) {
  .about-studio-art {
    margin-bottom: 27px;
    border-radius: 20px;
  }

  .about-value-card h2 {
    min-height: 0;
  }
}
