.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  text-align: left;
  background: var(--ivory);
}

.story-image img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,.15);
}

.story-text {
  max-width: 560px;
}

.story-text h2 {
  color: var(--brown);
}
