.banner {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(40, 31, 44, 0.393);
  background-blend-mode: overlay;
}
.banner h1 {
  color: white !important;
  text-shadow: 0 8px 24px black, 0 8px 24px black;
  font-size: 4em !important;
  margin: 0;
}

.service-content-row {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.service-content-rowfigure, .service-content-row .wp-block-image {
  flex: 0 0 auto;
}
.service-content-rowfigure.wp-block-group, .service-content-row .wp-block-image.wp-block-group {
  flex: 1 1 0;
}

.gallery-machines {
  margin-right: 100px !important;
  margin-left: 100px !important;
}/*# sourceMappingURL=page.css.map */