.quote {
  padding: 80px 0;
  background-color: var(--colour-black);
  color: var(--colour-white);
}
.quote .inner {
  display: flex;
  max-width: 1360px;
  margin: 0 auto;
}
.quote .quotation {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  background-color: var(--colour-green);
  background-image: url(../icons/quotation.svg);
  background-size: 24px 21px;
  background-position: center;
  background-repeat: no-repeat;
}
.quote .copy-wrapper .quotation {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: var(--colour-green);
  background-image: url(../icons/quotation.svg);
  background-size: 16px 14px;
  transform: scale(-1) translateY(5px);
}
.quote .copy-wrapper {
  position: relative;
  padding: 27px 20px 0 12px;
}
.quote .text {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 26.9px;
}
.quote .name {
  margin: 32px 0 5px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}
.quote .position {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: Normal;
}

@media (min-width: 1024px) {
  .quote {
    padding: 162px 0;
  }
  .quote .quotation {
    width: 140px;
    height: 140px;
    background-size: 65.7px 56.92px;
  }
  .quote .copy-wrapper .quotation {
    width: 70px;
    height: 70px;
    background-size: 32px 27px;
  }
  .quote .copy-wrapper {
    padding: 84px 118px 60px 80px;
  }
  .quote .text {
    font-size: 36px;
    line-height: 46.1px;
  }
  .quote .name {
    margin-top: 56px;
    font-size: 32px;
  }
  .quote .position {
    font-size: 26px;
    line-height: 36px;
  }
}
