/* ────────────────────────────────────────────────
 * Shared page banner styles — canonical home
 * Shared across: contacts, policy, delivery, faq pages
 * ──────────────────────────────────────────────── */

.policyTitle,
.faqTitle,
.deliveryTitle {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 150%;
  margin-bottom: 48px;
}

.policyBanner,
.faqBanner,
.deliveryBanner {
  position: relative;
  height: 243px;
  margin-bottom: 64px;
}

.policyBanner::after,
.faqBanner::after,
.deliveryBanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #40312ead;
}

.policyBanner img,
.faqBanner img,
.deliveryBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
}
