.acf-block-what-else-sets-us-apart {
  padding-bottom: 40px;
  background-image: url(../../assets/img/blobs-Home-rolka-D-T-M.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.acf-block-what-else-img img {
  max-width: 680px;
}
.acf-block-what-else-img {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
/* .acf-block-what-else-img:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(img/main-img-bg-1.png);
  width: 450px;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 10%;
  z-index: -1;
  bottom: -60px;
} */

.acf-block-what-else-box {
  max-width: 300px;
}
.acf-block-what-else-box h3 {
  color: #fff;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.acf-block-what-else-box p {
  color: var(--Colours-Brand-Navy-Blue-darker, #1a2d52);
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.2px;
  margin-bottom: 16px !important;
}
.acf-block-what-else-box a {
  color: #fff;
  font-family: "ff-din-paneuropean", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0px; /* 0% */
  letter-spacing: 0.1px;
}
.acf-block-what-else-box-left {
  text-align: right;
  position: absolute;
  left: 5px;
  top: 210px;
  z-index: 30;
}
.acf-block-what-else-box-right {
  text-align: left;
  position: absolute;
  right: 5px;
  bottom: 100px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .acf-block-what-else-box-left,
  .acf-block-what-else-box-right {
    position: relative;
    left: initial;
    right: initial;
    bottom: initial;
    top: initial;
  }
  .acf-block-what-else-img img {
    max-width: 340px;
    order: 1;
  }
  .acf-block-what-else-sets-us-apart {
    padding-bottom: 0;
  }
  section.section-5 {
    padding-bottom: 60px;
    padding-top: 48px;
  }
  .section-5 .is-style-heading-bigger {
    font-size: 2.5rem;
    font-weight: 400;
  }
  section.section-5 .acf-block-what-else-sets-us-apart > .container {
    display: flex;
    flex-flow: column;
    padding: 0;
  }
  .acf-block-what-else-box-left {
    order: 2;
    text-align: left;
    margin-bottom: 48px;
  }
  .acf-block-what-else-box-right {
    order: 3;
    text-align: left;
  }
  .acf-block-what-else-box h3 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .acf-block-what-else-box h3 br {
    display: none;
  }
  .acf-block-what-else-box .more-sign-small {
    font-size: 0.75rem;
  }
}
