.acf-block-free-quote {
  background: linear-gradient(104deg, rgba(26, 45, 82, 0) 0%, var(--Colours-Brand-Navy-Blue-darkest, rgba(14, 28, 54, 0.2)) 100%), linear-gradient(0deg, rgba(0, 178, 169, 0.3) 0%, rgba(0, 178, 169, 0.3) 100%), var(--Colours-Brand-unilogo-vibrant-2, #0ad4ca);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.acf-block-free-quote > div {
  position: relative;
  z-index: 10;
}
.acf-block-free-quote .grid-container {
  align-items: center;
  color: #fff;
  min-height: 640px;
}
.acf-block-free-quote .grid-container h2 {
  margin-bottom: 24px;
}
.acf-block-free-quote .grid-container h3 {
  margin-bottom: 24px;
}
.acf-block-free-quote .grid-container p {
  margin-bottom: 56px;
}
.acf-block-free-quote .grid-container .btn {
}
.acf-block-free-quote > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 1000px;
  height: 653px;
  background-image: url(../../assets/img/bottom-cms-cta-bcg-blob-UNILOGO-D.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: -50px;
  right: -270px;
  bottom: 0;
  z-index: -1;
}
.acf-block-free-quote .grid-container img {
  position: relative;
  top: 0px;
  max-width: 480px;
  position: relative;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .acf-block-free-quote {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .acf-block-free-quote > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .acf-block-free-quote .grid-container {
    min-height: auto;
  }
  .acf-block-free-quote-content {
    text-align: center;
  }
  .col-mobile-center {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .acf-block-free-quote .grid-container img {
    max-width: 280px;
  }
  .acf-block-free-quote .grid-container .btn {
    margin-top: 48px;
  }
}
