
.single-download {
  position: relative;
  padding: 3.8rem 0 3.8rem;
}
.single-download::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 183px;
  background: var(--primary-bright-blue);
  z-index: 0;
  inset: 0 0 auto;
}
.single-download::after {
  content: none;
}
.single-download * {
  z-index: 1;
}
.single-download__content {
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-download__content .single-download__title {
  color: var(--primary-grafton-black);
}

.single-download__content .single-download__description {
  color: var(--secondary-slate);
}

.single-download__ctas {
  display: block;
  margin-top: 1.2rem;
}
.single-download__ctas .single-download__spacing {
  margin-bottom: 1.8rem;
}

.single-download__img {
  max-width: 100%;
  width: 219px;
  margin-bottom: 4.5rem;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
}

@media (min-width: 768px) {
  .single-download::before {
    width: 212px;
    height: 100%;
    right: 0;
    top: 0;
    left: auto;
  }
  .single-download::after {
    content: "";
    position: absolute;
    width: 345px;
    height: 100%;
    background-image:url("/~/media/Images/G/Grafton-Group/grafton-pattern-images/pattern-single-download.svg");
    bottom: 0;
    right: 5%;
    left: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .single-download__invert::before {
    inset: 0 auto 0 0;
  }
  .single-download__invert::after {
    content: "";
    bottom: 0;
    left: 5%;
    right: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .single-download__img {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .single-download {
    padding: 10.6rem 0 10.6rem;
  }
  .single-download::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 538px;
    background: var(--primary-bright-blue);
    z-index: 0;
    top: 0;
    right: 0;
  }
  .single-download::after {
    content: "";
    position: absolute;
    width: 345px;
    height: 505px;
    bottom: 0;
    right: 25%;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .single-download__img {
    max-width: 100%;
    width: auto;
  }
  .single-download__invert::before {
    top: 0;
    right: auto;
    left: 0;
  }
  .single-download__invert::after {
    content: "";
    bottom: 0;
    left: 25%;
    right: auto;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 1399.98px) {
  .single-download::after {
    right: 21%;
  }
  .single-download__invert::after {
    left: 21%;
  }
  .single-download__ctas {
    margin-top: 0.6rem;
  }
}
@media (max-width: 1199.98px) {
  .single-download {
    padding: 4.8rem 0;
  }
  .single-download::after {
    right: 5%;
    background-size: cover;
  }
  .single-download__invert::after {
    left: 5%;
  }
  .single-download__ctas {
    margin-top: 0rem;
  }
}