.acf-block-branze-section-header {
  padding: 96px 0 80px;
  position: relative;
}
/* .acf-block-branze-section-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0.65) 0%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
  top: 0px;
} */
.acf-block-branze-section-header.acf-block-header-margin .acf-block-branze-content {
  padding-top: 32px;
}
.acf-block-branze-section-header-title {
  color: var(--Colours-Brand-unilogo-reg, #00b2a9);
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}
.acf-block-branze-section-header .acf-block-branze-section-lead {
  color: var(--Colours-Text-headlines-on-white, #404040);
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.7px;
}

.acf-block-branze-section-header-add {
  position: absolute;
  bottom: -5px;
  right: -6px;
  border-radius: 0px 0px 0px 64px;
  background: #1a2d52;
  box-shadow: 0px 1.292px 2.583px 0px rgba(37, 41, 70, 0.15), 0px 5.167px 12.917px -12.917px rgba(26, 45, 82, 0.2);
  display: flex;
  width: 570px;
  padding: 12px 5px 32px 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  box-sizing: border-box;
  height: 101px;
  z-index: 10;
}
.acf-block-branze-section-header-add:after {
  content: "";
  display: block;
  height: 101px;
  width: 50vw;
  background: #1a2d52;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.acf-block-branze-section-header-add h2.acf-block-branze-add-title {
  margin: 0;
  padding: 0;
  color: var(--Colours-Brand-unilogo-light);
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 163.636% */
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
.acf-block-branze-section-header-add ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 16px;
}
.acf-block-branze-section-header-add ul li a {
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .acf-block-branze-section-header-add-wrapper {
    position: relative;
    top: -64px;
  }
  .acf-block-branze-section-header-add:after {
    right: -40px;
  }

  .acf-block-branze-section-header-add {
    position: relative;
    bottom: 0px;
    right: 0px;
    width: auto;
    padding: 12px 5px 24px 40px;
    height: 101px;
    width: 100%;
  }
  .acf-block-branze-section-header-add h2.acf-block-branze-add-title {
    font-size: 1rem;

    line-height: 1.4;

    margin-bottom: 5px;
    text-align: left;
  }
  .acf-block-branze-section-header-add ul li a {
    font-size: 0.75rem;
  }
}
