/* The same editorial composition as Anuncios, with the official logo kept crisp. */
.expertise-intro__grid .valmar-service-board {
  position: relative;
  overflow: hidden;
  background: var(--brand-background);
}
.expertise-intro__grid .valmar-service-board > .valmar-service-photo {
  display: block;
  width: 100%;
  height: auto;
}
.expertise-intro__grid .valmar-service-board > .valmar-service-logo {
  position: absolute;
  width: 28%;
  height: auto;
  margin: 0;
  left: 77%;
  top: 82%;
  transform: translate(-50%, -50%);
}
