.oc-quickfacts {
  margin: 1.15rem 0 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(214, 178, 94, .32);
}

.oc-quickfacts h4 {
  margin: 0 0 .85rem;
  color: #8a5a18;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.oc-quickfacts__grid {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.oc-quickfact {
  display: inline-flex;
  flex-direction: column;
  gap: .2rem;
  max-width: 100%;
  border: 1px solid rgba(214, 178, 94, .34);
  border-radius: 8px;
  padding: .62rem .72rem;
  background: rgba(255, 247, 230, .92);
}

.oc-quickfact b {
  color: #8a5a18;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.oc-quickfact em {
  color: #2f2519;
  font-size: .84rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.oc-quickfacts__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: .8rem;
  border: 1px solid rgba(152, 100, 28, .22);
  border-radius: 999px;
  padding: .7rem 1rem;
  color: #261707;
  background: linear-gradient(180deg, #ffe4a8, #d9a84d 68%, #a77222);
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 620px) {
  .oc-quickfacts__cta {
    width: 100%;
  }
}
