.cta.module {
  margin: 0 auto var(---25px);
  max-width: var(--max-width);
}
.cta.module .col + .col {
  padding-top: var(--80px);
  vertical-align: bottom;
  width: var(--550px);
}

.cta.module .container {
  padding: var(--100px);
  padding-top: var(--108px);
  padding-left: var(--inset);
  position: relative;
}
.cta.module .container::before {
  border: var(--8px) solid var(--orange);
  content: '';
  height: 100%;
  right: var(---70px);
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
}
.cta.module .testimonials.list {
  display: flex;
  margin-bottom: var(---50px);
  overflow-x: auto;
  padding-bottom: var(--50px);
  scroll-snap-type: x mandatory;
}
.cta.module .testimonials.list li {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-shrink: 0;
  margin-left: var(--100px);
  scroll-snap-align: start;
}
.cta.module .testimonials.list li:first-child {
  margin-left: 0;
}
.cta.module .testimonials figure {
  margin: 0;
}
.cta.module blockquote {
  margin: 0;
  max-width: var(--685px);
}

.cta.module blockquote p {
  font-size: 19px;
  line-height: var(--42px);
  margin: 0;
  color: #464749;
  font-weight: 300;
}
/* old styles that matched mockup design */
/* .cta.module blockquote p {
  font-size: var(--36px);
  line-height: var(--42px);
  margin: 0;
} */

.cta.module blockquote p:first-child::before {
  content: '“';
}
.cta.module blockquote p:last-child::after {
  content: '”';
}
.cta.module figcaption {
  color: var(--orange);
  margin-top: var(--25px);
}
.cta.module figcaption .author {
  font-style: normal;
  font-weight: var(--semibold);
}
.cta.module figcaption .author + .job-title::before {
  content: '– ';
}

.cta.module .cta {
  background-color: var(--grey-background);
  padding: var(--90px);
  padding-left: var(--135px);
}
.cta.module .cta .heading {
  color: var(--orange);
  font-size: var(--26px);
  font-weight: var(--semibold);
  line-height: var(--32px);
  margin: 0;
}
.cta.module .cta p {
  font-size: var(--24px);
  font-weight: var(--light);
  line-height: var(--32px);
  margin: var(--2px) 0;
}
.cta.module .cta p + .button {
  margin-top: var(--26px);
}

@media (max-width: calc(1420px * 0.8)) {
  .cta.module .container {
    padding-left: var(--50px);
  }
}
@media (max-width: calc(960px * 0.8)) {
  .cta.module .col + .col {
    padding-top: 0;
    padding-left: var(--inset);
    margin-top: var(---35px);
    width: auto;
  }

  .cta.module .container {
    margin-right: var(--inset);
    padding: var(--55px) var(--inset) var(--65px);
  }
  .cta.module .container::before {
    border-width: var(--5px);
    right: 0;
  }
  .cta.module blockquote p {
    font-size: var(--26px);
    line-height: var(--32px);
  }

  .cta.module .cta {
    padding: var(--75px) var(--inset) var(--50px) var(--35px);
  }
  .cta.module .cta .heading {
    font-size: var(--24px);
    line-height: var(--26px);
  }
  .cta.module .cta p {
    font-size: var(--20px);
    line-height: var(--24px);
    margin: var(--12px) 0;
  }
  .cta.module .cta p + .button {
    margin-top: var(--12px);
  }
}
