.about-hero {
  background:
    linear-gradient(90deg, rgba(23, 37, 56, 0.92), rgba(32, 51, 75, 0)),
    url("../images/about-salon.png") center / cover no-repeat;
}

.story-section {
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.story-card {
  align-self: center;
  margin-left: -38px;
  z-index: 2;
}

.founder-panel {
  align-self: center;
  margin-left: -26px;
  z-index: 3;
}

.founder-panel h2,
.founder-panel p,
.founder-panel a {
  color: var(--blue-950);
}

.pillars {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background:
    radial-gradient(circle at 4% 4%, var(--green-100) 0 180px, transparent 181px),
    var(--white);
}

.pillars article:nth-child(2) {
  transform: translateY(24px);
}

.values-section > div {
  margin-left: auto;
  margin-right: auto;
}

.company-section {
  background: var(--white);
}

@media (max-width: 1000px) {
  .story-section {
    grid-template-columns: 1fr;
  }

  .story-card,
  .founder-panel {
    margin-left: 0;
    margin-top: -38px;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .pillars article:nth-child(2) {
    transform: none;
  }
}
