.ocf-service-areas-home {
  background: var(--ocf-bg);
  padding-block: 80px;
}
.ocf-service-areas-home__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.ocf-service-areas-home__copy,
.ocf-service-areas-home__location { min-width: 0; }
.ocf-service-areas-home__copy { display: grid; justify-items: start; gap: 1.25rem; }
.ocf-service-areas-home__copy .eyebrow { margin: 0; }
.ocf-service-areas-home__copy h2,
.ocf-service-areas-home__copy p { margin: 0; }
.ocf-service-areas-home__copy > p { max-width: 58ch; color: var(--ocf-body); }
.ocf-service-areas-home__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: .8rem 1.25rem;
  margin: .25rem 0;
}
.ocf-service-areas-home__links a { display: flex; align-items: flex-start; gap: .5rem; color: var(--ocf-heading); font-weight: var(--font-weight-semibold); text-decoration: none; }
.ocf-service-areas-home__links a:hover { color: var(--ocf-primary); }
.ocf-service-areas-home__links svg { flex: 0 0 1rem; width: 1rem; height: 1rem; margin-top: .18rem; color: var(--ocf-primary); }
.ocf-service-areas-home__button { width: fit-content; margin-top: .25rem; }
.ocf-service-areas-home__location { display: grid; gap: 1rem; }
.ocf-service-areas-home__nap { display: grid; gap: .3rem; color: var(--ocf-heading); }
.ocf-service-areas-home__nap strong { font-size: 1.15rem; }
.ocf-service-areas-home__nap a { width: fit-content; color: inherit; text-decoration: none; }
.ocf-service-areas-home__nap a:hover { color: var(--ocf-primary); text-decoration: underline; }
.ocf-service-areas-home__map { width: 100%; overflow: hidden; border-radius: var(--card-radius); }
.ocf-service-areas-home__map iframe { display: block; width: 100%; height: 400px; border: 0; }
@media (max-width: 800px) {
  .ocf-service-areas-home { padding-block: 56px; }
  .ocf-service-areas-home__grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 560px) {
  .ocf-service-areas-home__links { grid-template-columns: 1fr; }
  .ocf-service-areas-home__map iframe { height: 300px; }
}
