.service-card__image--custom {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1b2426, #42504d 56%, #c6a16a);
}

.custom-service-mark {
  color: rgba(255,255,255,.9);
  font: italic 76px var(--serif);
  letter-spacing: -.18em;
  text-shadow: 0 15px 30px rgba(0,0,0,.25);
  transform: rotate(-9deg);
}

.service-card--custom .service-card__body { background: #e5e3d9; }

.service-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 16px;
  padding: 23px 27px;
  background: var(--gold);
}

.service-offer__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: rgba(25,32,36,.57);
  font: 9px var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.service-offer strong { display: block; font-size: 18px; letter-spacing: -.04em; }
.service-offer p { margin: 3px 0 0; color: rgba(25,32,36,.67); font-size: 11px; }
.service-offer .button { flex: 0 0 auto; }

@media (max-width: 800px) {
  .service-offer { align-items: flex-start; flex-direction: column; gap: 17px; padding: 21px; }
  .service-offer .button { width: 100%; }
}
