.state-grid {
  gap: 2em;
  margin-top: 75px !important;
}
.state-grid .client-box {
  background-color: white;
  border-radius: 25px;
  padding: 25px !important;
  gap: 1em;
  justify-content: space-between;
}
.state-grid .client-box h3 {
  font-size: 1.5em !important;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
}
.state-grid .client-box img {
  max-width: 66%;
}

.other-clients-grid {
  gap: 2em;
  margin-top: 2em !important;
}
.other-clients-grid h3 {
  font-size: 1.5em !important;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  background-color: white;
  border-radius: 25px;
  padding: 25px !important;
}/*# sourceMappingURL=our-clients.css.map */