/* Keep partner marks legible in the dark-blue collaborator section. */
#rs-partner .sppb-section-title .sppb-title-heading {
  color: #fff !important;
}

#rs-partner .partner-item {
  box-sizing: border-box;
  min-height: 168px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
}

#rs-partner .partner-item > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#rs-partner .partner-item img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 118px;
  object-fit: contain;
}
