body .wa-hero-section {
  max-height: 60rem;
  background-position: center center;
}
@media (max-width: 992px) {
  body .wa-hero-section {
    max-height: 40rem;
  }
}

body .wa-breadcrumbs a {
  color: var(--white);
}
body .wa-breadcrumbs a:first-child:before {
  background-color: var(--white);
}
body .wa-breadcrumbs span {
  color: var(--white);
}
body .wa-breadcrumbs svg path {
  stroke: var(--white);
}

.wa-main-section p:has(img) {
  display: flex;
  justify-content: center;
  gap: var(--space-s);
}
.wa-main-section img {
  min-width: 33%;
  max-height: 40rem;
  object-fit: contain;
}
