.real-progress-note {
  margin: 0 0 34px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  border-left: 4px solid var(--orange);
  background: var(--paper);
}

.real-progress-note span {
  color: var(--orange);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.real-progress-note p {
  margin: 0;
  color: #5f676b;
  line-height: 1.55;
}

.peschier-featured-grid .real-image {
  background-position: center;
}

.real-dynamic-grid {
  margin-top: 60px;
}

.real-secondary-note {
  margin-top: 30px;
  color: #687076;
  text-align: center;
}

@media (max-width: 680px) {
  .real-progress-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
