.store-award-page .pastrami-breadcrumb { flex-wrap: wrap; }
.store-award-page .pastrami-hero-photo img { aspect-ratio: 4 / 3; object-fit: cover; object-position: 65% center; }
.store-award-results { padding: 52px 0; background: var(--pastrami-red); color: #fff; }
.store-award-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
.store-award-grid > div + div { padding-left: 48px; border-left: 1px solid rgba(255,255,255,.3); }
.store-award-results .pastrami-eyebrow, .store-award-results h2, .store-award-results p { color: #fff; }
.store-award-results h2 { font-size: clamp(25px, 2.8vw, 36px); letter-spacing: -.7px; margin-bottom: 16px; line-height: 1.25; }
.store-award-results p { margin-bottom: 0; font-size: 15px; }
@media (max-width: 767px) {
  .store-award-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .store-award-grid > div + div { padding: 30px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
  .store-award-results { padding: 38px 0; }
}
