.copy-left__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 899px) {
  div.left-mobile-splash {
    background: bottom left no-repeat url("../images/man-mobile-bck.png");
  }
}

@media (min-width: 900px) {
  .copy-left {
    /*     padding: 0 0 5.5rem 0; */
    padding: 5rem 0 5.5rem 0;
  }

  .copy-left__inner {
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
  }
}

.copy-left__content {
  width: 100%;
  margin: 0 auto;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
}
.copy-left__headline {
  font-size: 4.8rem;
  /*   max-width: 40rem; */
  max-width: 100%;
}

@media (min-width: 900px) {
  .copy-left__headline {
    font-size: 5.6rem;
  }
}

.copy-left__text {
  font-size: 1.6rem;
  margin: 1.5rem 0 3.9rem 0;
  width: 100%;
  margin: 3rem auto;
  line-height: 3.7rem;
  max-width: 56.5rem;
}

.copy-left__text p:first-of-type {
  font-size: 2.1rem;
  line-height: 37px;
}

@media (min-width: 900px) {
  .copy-left__text {
    font-size: 1.8rem;
    margin: 0rem 0;
  }
}

.copy-left__wrapper {
  position: absolute;
  padding: 2rem;
  left: -1.5rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  max-width: 10rem;
}

@media (min-width: 900px) {
  .copy-left__wrapper {
    top: 40%;
    max-width: 20rem;
    left: -7rem;
    padding: 3.5rem;
  }
}

.copy-left__image {
  height: 24.6rem;
  width: 24.6rem;
  object-fit: cover;
  object-position: right;
}

@media (min-width: 900px) {
  .copy-left__image {
    object-position: top;
    height: 47rem;
    width: 47rem;
    margin-left: 3rem;
  }
}

.copy-left__background {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.7);
  z-index: -2;
  opacity: 0.5;
  right: -5.5rem;
}

@media (min-width: 900px) {
  .copy-left__background {
    transform: unset;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
  }
}

.copy-left__background--blur {
  display: none;
}

@media (min-width: 900px) {
  .copy-left__background--blur {
    left: 14rem;
    bottom: -7rem;
    display: block;
    position: absolute;
    z-index: -1;
    transform: rotate(-90deg);
    opacity: 0.6;
  }
}

.copy-left__background--blur-large {
  display: none;
}

@media (min-width: 900px) {
  .copy-left__background--blur-large {
    left: -20rem;
    bottom: -37rem;
    display: block;
    position: absolute;
    z-index: -1;
    transform: rotate(-10deg);
  }
}

.copy-left__image-wrapper {
  position: relative;
  margin: 5rem 0;
  width: 90%;
}

@media (max-width: 899px) {
  body.page-aerospace-defense div.circle-image__media-block {
    margin: 2rem auto 0 !important;
  }
}

@media (min-width: 900px) {
  .copy-left__image-wrapper {
  }
}

.copy-left__text-cta {
  margin: 0 0 3rem;
  color: var(--link-color-blue);
  text-decoration: none;
}

.copy-left__text-cta:hover {
  text-decoration: underline;
}

.copy-left__quote {
  position: relative;
  width: 80%;
  margin: 3rem auto 5rem;
}

@media (min-width: 900px) {
  .copy-left__quote {
    margin: unset;
    margin-left: 12rem;
    max-width: 60rem;
  }
}

.copy-left__quote__wrapper {
  position: absolute;
  padding: 2rem;
  right: 2rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  max-width: 10rem;
}

@media (min-width: 900px) {
  .copy-left__quote__wrapper {
    top: 50%;
    max-width: 20rem;
    right: 0;
    padding: 3.5rem;
  }
}

.copy-left__quote__quote-text {
  line-height: 2.5rem;
}

.copy-left__quote__quote-text,
.copy-left__quote__quote-attribution {
  font-size: 1.6rem;
}

@media (min-width: 900px) {
  .copy-left__quote__quote-text,
  .copy-left__quote__quote-attribution {
    font-size: 1.8rem;
  }
}

.copy-left__quote__quote-attribution {
  font-weight: 400;
  font-size: 1.3rem;
}

.copy-left__quote__quote-seperator {
  width: 3rem;
  margin: 1rem 0;
}

.copy-left__quote__image {
  height: 40rem;
  width: auto;
  object-fit: cover;
  object-position: right;
  margin-left: 6%;
}

@media (min-width: 900px) {
  .copy-left__quote__image {
    object-position: top;
    height: 50rem;
  }
}

.copy-left__quote__background {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
  opacity: 0.5;
}

@media (min-width: 900px) {
  .copy-left__quote__background {
    right: 5rem;
  }
}

.copy-left__quote__background--blur {
  position: absolute;
  z-index: -1;
  bottom: -12rem;
  left: -10rem;
}

@media (min-width: 900px) {
  .copy-left__quote__background--blur {
    left: -8rem;
    bottom: -7rem;
  }
}

.copy-left__cta {
  background-color: var(--black);
  color: white;
  border-radius: 5rem;
  max-width: fit-content;
  margin: 2.5rem auto;
  text-decoration: none;
  padding: 2rem 4rem;
  font-size: 1.8rem;
  transition: 0.5s all;
  border: solid 0.2rem var(--black);
}

.copy-left__cta:hover {
  background-color: white;
  color: var(--black);
}

@media (min-width: 900px) {
  .copy-left__cta {
    margin-left: 0;
  }
}

section#what-we-do .copy-left__headline {
  padding-top: 20px;
}
