/* Africa Online connectivity statement */
.home-connectivity-ref {
  background: var(--stiltz-paper);
  border-bottom: 1px solid var(--stiltz-light-divider);
  border-top: 1px solid var(--stiltz-light-divider);
  scroll-margin-top: 96px;
}

.home-connectivity-inner-ref {
  align-items: center;
  display: grid;
  gap: clamp(24px, 3vw, 46px);
  grid-template-columns: max-content 1px minmax(0, 820px);
  justify-content: center;
  padding-block: clamp(30px, 3.2vw, 46px);
}

.home-connectivity-kicker-ref {
  color: #B86F43;
  font-family: var(--stiltz-sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-connectivity-divider-ref {
  background: #B86F43;
  height: 46px;
  opacity: .48;
  width: 1px;
}

.home-connectivity-ref p {
  color: var(--stiltz-secondary-text);
  font-family: var(--stiltz-serif);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
  margin: 0;
  max-width: 820px;
}

.home-connectivity-ref strong {
  color: var(--stiltz-ink);
  font-weight: 400;
}

@media (max-width: 700px) {
  .home-connectivity-inner-ref {
    gap: 15px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-block: 28px 30px;
    text-align: center;
    width: min(100% - 40px, 1400px);
  }

  .home-connectivity-divider-ref {
    height: 1px;
    width: 62px;
  }

  .home-connectivity-ref p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 34ch;
  }
}
