
.domain-count strong {
  font-size: clamp(5.4rem, 8vw, 8rem) !important;
  letter-spacing: -.075em;
  white-space: nowrap;
}

.vision-map-section .map-heading {
  max-width: 920px;
}

.vision-map-section .map-heading > p:last-child {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 850px) {
  .domain-count strong {
    font-size: clamp(5rem, 23vw, 7rem) !important;
  }
}
