/* Concrete / epoxy flooring niche branding only. */
.brand-mark {
  position:relative;
  overflow:visible;
  border:0;
  background:none;
  box-shadow:none;
  color:transparent;
  text-shadow:none;
  flex:0 0 76px;
  width:76px;
  height:66px;
}
.brand-mark::before {
  content:"";
  position:absolute;
  inset:-2px;
  background:center / contain no-repeat url("./stone-shield-logo.svg");
  filter:drop-shadow(0 5px 8px rgba(55,62,68,.14));
}
.business-brand>div>strong { color:#253543; }
.business-brand>div>span { color:#59656f; }
@media (min-width:641px) {
  .business-brand { gap:16px; }
  .brand-mark { width:84px; height:72px; flex-basis:84px; }
  .business-brand>div>strong { font-size:24px; }
  .business-brand>div>span { font-size:14px; }
}
