.delivery-body { display: flex; min-height: 100vh; flex-direction: column; }
.delivery-page { flex: 1 0 auto; background: var(--page); }
.delivery-copy { width: min(775px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 38px; }
.delivery-copy h1 { margin: 0 0 9px; font-size: 20px; font-weight: 600; line-height: 1.35; }
.delivery-copy p { margin: 0; font-size: 20px; font-weight: 300; line-height: 1.6; }
.delivery-copy p + p { margin-top: 3px; }
.delivery-home-button { display: flex; align-items: center; justify-content: center; width: 203px; height: 60px; margin: 80px auto 0; border-radius: 15px; color: #fff; background: var(--orange); font-size: 16px; font-weight: 500; }
.delivery-home-button:hover { background: var(--orange-dark); }
.delivery-footer { margin-top: 0; }

@media (max-width: 760px) {
  .delivery-copy { width: calc(100% - 24px); padding: 48px 0 34px; }
  .delivery-copy h1 { font-size: 18px; }
  .delivery-copy p { font-size: 18px; line-height: 1.5; }
  .delivery-home-button { margin-top: 48px; }
}
