.bg-image {
  background-image: url(../img/corporate/bg.png.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: clamp(9.375rem, 4.911rem + 22.32vw, 25rem);
}

.bread-crumb {
  color: #fff;
}
.bread-crumb li::after {
  background-color: #fff;
}
.bread-crumb li a {
  color: #fff;
}

.no-webp {
  background-image: url(../img/corporate/bg.png);
}
/*# sourceMappingURL=corporate.css.map */