.acf-block-page-header-branze {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 36%, #cef2f0 100%), #f2f2f2;
  overflow: hidden;
}
.acf-block-page-header-branze:before {
  content: "";
  display: block;
  background-image: url(../../assets/img/branze-bg-1.svg);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: -100px;
  bottom: 0;
  right: 20%;
  width: 500px;
  background-size: contain;
}
.acf-block-page-header-branze:after {
  content: "";
  display: block;
  background-image: url(../../assets/img/branze-bg-2-mask.svg);
  background-repeat: no-repeat;
  background-position: right top;

  position: absolute;
  top: -170px;
  bottom: 0;
  right: 10%;
  width: 650px;
  background-size: contain;
}
.acf-block-page-header-branze .page-header-text {
  min-height: 560px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.acf-block-page-header-branze .page-header-text .page-header-title {
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 53.5rem;
  font-weight: 500;
  line-height: 72px;
  text-align: left;
  margin-bottom: 32px;
  letter-spacing: -1.5px;
}
.acf-block-page-header-branze .page-header-lead {
  color: #3c3c3c;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.5px;
}
.acf-block-page-header-branze .page-header-lead strong {
  font-weight: 500;
  color: #00b2a9;
}
