.product-banner {
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-banner h2 {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.product-banner__breadcrumbs {
  text-align: center;
  color: #fff;
}

#MainContent .product-banner__breadcrumbs a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}