.logo-strip {
  padding:40px 0;
}

.logo-strip .logo-strip-items {
  gap: 40px 0;
}

.logo-strip .logo-strip-item > img {
  max-height: 55px;
  max-width: 120px;
  objkect-fit: contain;
  object-position: center;
}
.logo-strip.bg-true-blue {
  background-color: #0070B9;
}

.logo-strip.bg-bright-highlight {
  background-color: #90D9F91A;
}

.logo-strip.bg-dark-blue {
  background-color: #063354;
}

.logo-strip.bg-white-and-trueblue {
  background: linear-gradient(to bottom, white 50%, #90D9F91A 50%);
}

.logo-strip.bg-trueblue-and-white {
  background: linear-gradient(to bottom, #90D9F91A 50%, white 50%);
}

.logo-strip.bg-dark-blue h2, .logo-strip.bg-dark-blue h5,
.logo-strip.bg-true-blue h2, .logo-strip.bg-true-blue h5 {
  color: #fff;
}

.logo-strip.bg-dark-blue .logo-strip-item > img,
.logo-strip.bg-true-blue .logo-strip-item > img {
  filter: grayscale(1) brightness(1000%);
}