.body-text a {color:var(--gold-ink); text-decoration:none; border-bottom:1px solid rgba(115,88,49,0.5); font-weight:600; transition:var(--transition);}
.bento-eyebrow {display:block; font-size:11px; letter-spacing:var(--ls-widest); text-transform:uppercase; color:var(--gold-ink); font-weight:700; margin-bottom:16px;}
.bento-body a, .treatment-body a {color:var(--gold-deep);text-decoration:none;border-bottom:1px solid rgba(139,111,63,0.45);font-weight:600;transition:var(--transition);}
.bento-body a:hover, .treatment-body a:hover {color:var(--gold-bronze);}
@media (min-width:1001px) {
  .bento-card--feature + .bento-card--md {padding-top:72px;}
}
@media (max-width:1000px) {
  .bento-card--feature .bento-eyebrow {position:static;top:auto;left:auto;margin-bottom:16px;display:block;}
  .bento-card--feature {padding-top:30px;}
  .bento-card--feature + .bento-card--md {padding-top:30px;}
}