.page-container[data-element="client-logo-bar"] {
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/solutions-pvd/Solutions_PVD_DrugMonographsBackground_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-container[data-element="client-logo-bar"] .page-body-content {
  padding: 0 30px;
}

.client-logo-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.client-logo-bar .client-logo-bar-image-wrapper {
  border-right: 1px solid #BEC7DB;
  padding-right: 30px;
  margin-right: 30px;
  margin-top: 7%;
  margin-bottom: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-logo-bar .client-logo-bar-image-wrapper:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.client-logo-bar .client-logo-bar-image-wrapper > * {
  max-width: 100%;
}

.client-logo-bar .plumbs-logo {
  width: 138px;
}
