/* Colors */
/* Responsive */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15e.ttf) format('truetype');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15e.ttf) format('truetype');
}
#page #content .zauto-page {
  /* OFFERS PAGE */
}
#page #content .zauto-page .figtree {
  font-family: 'Figtree', sans-serif;
}
#page #content .zauto-page .figtree.light {
  font-weight: 300;
}
#page #content .zauto-page .figtree.bold {
  font-weight: 600;
}
#page #content .zauto-page .figtree.bolder {
  font-weight: 800;
}
#page #content .zauto-page .figtree.black {
  font-weight: 900;
}
#page #content .zauto-page .automotive-offers-wrapper .outer {
  max-width: 1120px;
  padding: 2.5rem;
  margin: 0 auto;
}
#page #content .zauto-page .section-grid {
  display: grid;
}
#page #content .zauto-page .section-grid > .svg-title {
  grid-area: section-title;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page #content .zauto-page .section-grid > .svg-title .svg-image svg {
  max-width: 100%;
  height: auto;
}
#page #content .zauto-page .section-grid > .svg-title .heading-img {
  max-width: 450px;
}
#page #content .zauto-page .section-grid > .svg-title .heading-img img {
  max-width: 100%;
}
#page #content .zauto-page .section-grid > .svg-title .heading-img.center {
  margin: 0 auto;
}
#page #content .zauto-page .section-grid > .svg-title .dot-divider {
  margin-top: 20px;
  max-width: 180px;
}
#page #content .zauto-page .section-grid > .svg-title .dot-divider img {
  max-width: 100%;
}
#page #content .zauto-page .section-grid > .svg-title .dot-divider.center-line {
  margin: 20px auto;
}
#page #content .zauto-page .section-grid > .svg-title .content .wysiwyg p {
  margin-bottom: -16px;
}
#page #content .zauto-page .section-grid > .svg-title .content .wysiwyg p.narrow {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .section-grid > .svg-title .content .wysiwyg .button {
    margin-top: 30px;
  }
}
#page #content .zauto-page .section-grid > .svg-title.separator .svg-image {
  position: relative;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page #content .zauto-page .section-grid > .svg-title.separator .svg-image:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 250px;
  height: 1px;
  background-color: #d5d5d5;
}
#page #content .zauto-page .section-grid > .svg-title.separator .svg-image:after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  width: 10px;
  height: 10px;
  background-color: #cc0000;
  transform: rotate(45deg);
}
#page #content .zauto-page .section-grid > .media {
  grid-area: section-media;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page #content .zauto-page .section-grid > .media > img {
  max-width: 100%;
}
#page #content .zauto-page .hero-section {
  position: relative;
  /* min-height: 80vh; */
  /* padding-top: 5%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .hero-section {
    padding-top: 0 !important;
  }
}
#page #content .zauto-page .hero-section .outer {
  position: relative;
  z-index: 20;
}
#page #content .zauto-page .hero-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
#page #content .zauto-page .hero-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-gap: 50px;
}
#page #content .zauto-page .hero-section .outer .inner .section-grid .js-play-video {
  height: 40%;
  margin-top: 40%;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .hero-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
#page #content .zauto-page .hero-section .outer .inner .section-grid > .svg-title > .content {
  margin-top: 10%;
  grid-area: section-content;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .hero-section .outer .inner .section-grid > .svg-title > .content {
    margin-top: 0;
  }
}
#page #content .zauto-page .hero-section .outer .inner .section-grid > .svg-title > .content > .wysiwyg {
  margin-top: 15px;
  max-width: 400px;
}
#page #content .zauto-page .hero-section .background,
#page #content .zauto-page .hero-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page #content .zauto-page .hero-section .background {
  z-index: 10;
}
#page #content .zauto-page .hero-section .background > img {
  z-index: 10;
  object-fit: cover;
}
#page #content .zauto-page .strategy-section {
  /* min-height: 80vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#page #content .zauto-page .strategy-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content" "section-cards";
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .strategy-section .outer .inner .section-grid .svg-title .content {
    margin-top: 10%;
  }
}
#page #content .zauto-page .strategy-section .outer .inner .section-grid .svg-title .content .wysiwyg p {
  text-align: center;
  max-width: 650px;
}
#page #content .zauto-page .strategy-section .outer .inner .section-grid .wysiwyg {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .strategy-section .outer .inner .section-grid .wysiwyg .media img {
    max-width: 85%;
  }
}
#page #content .zauto-page .accountability-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../../assets/images/pages/zauto/accountability-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .accountability-section {
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .accountability-section {
    min-height: 40vh;
  }
}
#page #content .zauto-page .accountability-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
#page #content .zauto-page .accountability-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .accountability-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
#page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
#page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .heading-img {
  max-width: 570px;
}
#page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .heading-img img {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .heading-img img {
    max-width: 100%;
  }
}
#page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  #page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  #page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  #page #content .zauto-page .accountability-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
#page #content .zauto-page .expertise-section {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #page #content .zauto-page .expertise-section {
    min-height: 60vh;
    overflow: hidden;
  }
}
#page #content .zauto-page .expertise-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
#page #content .zauto-page .expertise-section .outer .inner .section-grid {
  grid-template-areas: "section-media section-title";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
#page #content .zauto-page .expertise-section .outer .inner .section-grid .logos img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .expertise-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 769px) {
  #page #content .zauto-page .expertise-section .outer .inner .section-grid > .media img {
    position: absolute;
    z-index: 10;
    top: 0;
    height: 100%;
    object-fit: contain;
    margin-left: 6%;
  }
}
#page #content .zauto-page .expertise-section .outer .inner .section-grid > .svg-title {
  z-index: 20;
}
#page #content .zauto-page .expertise-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
#page #content .zauto-page .expertise-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .expertise-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 769px) {
  #page #content .zauto-page .expertise-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  #page #content .zauto-page .expertise-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  #page #content .zauto-page .expertise-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
#page #content .zauto-page .move-forward-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page #content .zauto-page .move-forward-section .outer {
  position: relative;
  z-index: 20;
}
#page #content .zauto-page .move-forward-section .outer .inner {
  max-width: 900px;
  margin: 0 auto;
}
#page #content .zauto-page .move-forward-section .outer .inner .section-grid {
  grid-template-areas: "section-title" "section-content";
  grid-template-columns: 1fr;
  grid-gap: 50px;
}
#page #content .zauto-page .move-forward-section .outer .inner .section-grid .content {
  grid-area: section-content;
  margin-top: 20%;
}
#page #content .zauto-page .move-forward-section .outer .inner .section-grid .content .wysiwyg {
  text-align: center;
}
#page #content .zauto-page .move-forward-section .outer .inner .section-grid .content .wysiwyg .contact-info {
  width: 350px;
  margin: 40px auto;
  text-align: center;
}
#page #content .zauto-page .move-forward-section .outer .inner .section-grid .content .wysiwyg .contact-info div {
  font-size: 1.6em;
  margin: 10px 0;
}
#page #content .zauto-page .move-forward-section .background,
#page #content .zauto-page .move-forward-section .background > img {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page #content .zauto-page .move-forward-section .background {
  z-index: 10;
}
#page #content .zauto-page .move-forward-section .background > img {
  z-index: 10;
  object-fit: cover;
}
#page #content .zauto-page .banner-section {
  background: #ee1c24;
  color: white;
  font-size: 3.8rem;
  line-height: 50px;
  font-weight: 900;
}
#page #content .zauto-page .banner-section .outer {
  padding: 2rem;
}
#page #content .zauto-page .banner-section .outer .inner .banner {
  font-size: 3.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .banner-section .outer .inner .banner {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
#page #content .zauto-page .banner-section .outer .inner .banner span {
  font-weight: 900;
  font-weight: bolder;
}
#page #content .zauto-page .form-section {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .form-section {
    min-height: 746px;
  }
}
#page #content .zauto-page .form-section .heading {
  font-size: 3.8rem;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .form-section .heading {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
#page #content .zauto-page .form-section .form-wrapper {
  padding-top: 2rem;
}
#page #content .zauto-page .form-section .form-wrapper .hbspt-form {
  text-align: center;
  height: 232px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .form-section .form-wrapper .hbspt-form {
    text-align: left;
  }
}
#page #content .zauto-page .form-section .form-wrapper .hbspt-form .submitted-message {
  font-weight: 900;
  font-size: 1.5rem;
  color: black;
  background: #e9e9e9;
  padding: 1.2rem;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-shadow: 7px 6px 13px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 6px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 6px 13px 0px rgba(0, 0, 0, 0.3);
}
#page #content .zauto-page .form-section .form-wrapper .hbspt-form .submitted-message p:first-child {
  font-weight: 900;
  font-size: 2rem;
}
#page #content .zauto-page .form-section .form-wrapper .hbspt-form form {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .form-section .form-wrapper .hbspt-form form {
    display: block;
  }
}
#page #content .zauto-page .form-section .form-wrapper .hbspt-form form input {
  background: gray;
  border: none;
  padding: 0.5rem;
  border-radius: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .form-section .form-wrapper .hbspt-form form input {
    width: 90%;
    margin-bottom: 30px;
  }
}
#page #content .zauto-page .form-section .form-wrapper .hbspt-form form .hs-button {
  padding: 1rem 2.5rem;
  background: #cc0000;
  width: 50%;
  cursor: pointer;
}
#page #content .zauto-page .form-section .form-wrapper .hbspt-form form .hs-submit {
  grid-column: 1 / span 3;
}
#page #content .zauto-page .form-section .form-wrapper .hbspt-form form .hs-form-field {
  /* text-align: left; */
}
#page #content .zauto-page .charts-section {
  color: #fff;
  background: #323232;
}
#page #content .zauto-page .charts-section .outer {
  max-width: 1120px;
  padding: 2.5rem;
  margin: 0 auto;
}
#page #content .zauto-page .charts-section .outer .inner .heading {
  font-weight: 900;
  font-size: 3.8rem;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .charts-section .outer .inner .heading {
    font-size: 1.3rem;
    line-height: 20px;
  }
}
#page #content .zauto-page .charts-section .outer .inner .heading.sm {
  font-size: 2rem;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .charts-section .outer .inner .heading.sm {
    font-size: 1.3rem;
  }
}
#page #content .zauto-page .charts-section .outer .inner ul li .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .charts-section .outer .inner ul li .title {
    font-size: 1.1rem;
  }
}
#page #content .zauto-page .charts-section .outer .inner ul li .blurb {
  margin-bottom: 18px;
  line-height: 22px;
}
#page #content .zauto-page .charts-section .outer .inner .charts {
  display: grid;
  gap: 4.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 4rem 0 2rem 0;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .charts-section .outer .inner .charts {
    display: block;
  }
}
#page #content .zauto-page .charts-section .outer .inner .charts .chart {
  text-align: center;
}
#page #content .zauto-page .charts-section .outer .inner .charts .chart img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .charts-section .outer .inner .charts .chart img {
    width: 80%;
    height: auto;
    margin: 1.5rem auto;
  }
}
#page #content .zauto-page .onestop-section {
  color: #fff;
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../../assets/images/pages/zauto/onestop-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .onestop-section {
    background-position: -250px 0;
    min-height: 40vh;
  }
}
#page #content .zauto-page .onestop-section .outer .inner {
  max-width: 1120px;
  margin: 0 auto;
}
#page #content .zauto-page .onestop-section .outer .inner .section-grid {
  grid-template-areas: "section-title section-media";
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .onestop-section .outer .inner .section-grid {
    grid-template-areas: "section-media" "section-title";
    grid-template-columns: 1fr;
  }
}
#page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .svg-image {
  margin-bottom: 40px;
}
#page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .heading {
  font-size: 3.8rem;
  line-height: 50px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .heading {
    font-size: 2rem;
    line-height: 20px;
  }
}
#page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .wysiwyg p {
    margin-bottom: 10%;
  }
}
#page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .wysiwyg.cnt2 {
  margin-top: 34px;
}
#page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .wysiwyg.cnt2 .heading {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .wysiwyg.cnt2 .heading {
    font-size: 2rem;
    line-height: 38px;
  }
}
#page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .wysiwyg.cnt2 .list ul {
  list-style: disc;
  display: grid;
  line-height: 25px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .content .wysiwyg.cnt2 .list ul {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title {
    align-items: flex-start;
  }
  #page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .svg-image {
    align-items: flex-start;
  }
  #page #content .zauto-page .onestop-section .outer .inner .section-grid > .svg-title .svg-image:after {
    margin: 0 120px;
  }
}
#page #content .zauto-page .perform-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50vh;
  background: url('../../assets/images/pages/zauto/perform-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .perform-section {
    background-position: center top;
    min-height: 40vh;
  }
}
#page #content .zauto-page .perform-section .outer .inner .content .heading {
  font-size: 3.8rem;
  line-height: 50px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .perform-section .outer .inner .content .heading {
    font-size: 2rem;
    line-height: 38px;
  }
}
#page #content .zauto-page .perform-section .outer .inner .content .dot-divider {
  margin-top: 20px;
  max-width: 180px;
}
#page #content .zauto-page .perform-section .outer .inner .content .wysiwyg {
  margin-top: 20px;
}
#page #content .zauto-page .perform-section .outer .inner .content .wysiwyg .narrow {
  max-width: 55%;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .perform-section .outer .inner .content .wysiwyg .narrow {
    max-width: 95%;
  }
}
#page #content .zauto-page .perform-section .outer .inner .content .wysiwyg p:last-child {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .perform-section .outer .inner .content .wysiwyg p:last-child {
    font-size: 1.8rem;
    line-height: 30px;
  }
}
#page #content .zauto-page .clients-section {
  position: relative;
  min-height: 50vh;
  background: url('../../assets/images/pages/zauto/clients-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .clients-section {
    min-height: 70vh;
  }
}
#page #content .zauto-page .clients-section .outer {
  margin: 0 auto;
}
#page #content .zauto-page .clients-section .outer .inner .content {
  color: white;
  max-width: 1120px;
  padding: 2.5rem;
  margin: 0 auto;
}
#page #content .zauto-page .clients-section .outer .inner .content .quote .columns {
  display: flex;
  gap: 2rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .clients-section .outer .inner .content .quote .columns {
    display: block;
  }
}
#page #content .zauto-page .clients-section .outer .inner .content .quote .columns .col-1 {
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .clients-section .outer .inner .content .quote .columns .col-1 {
    display: none;
  }
}
#page #content .zauto-page .clients-section .outer .inner .content .quote .columns .col-1 img {
  width: 100px;
  height: 78px;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .clients-section .outer .inner .content .quote .columns .col-1 img {
    width: 80px;
  }
}
#page #content .zauto-page .clients-section .outer .inner .content .quote .columns .col-2 img {
  width: auto;
}
#page #content .zauto-page .clients-section .outer .inner .content .quote .columns .col-3 p {
  line-height: 1.8em;
}
#page #content .zauto-page .clients-section .logo-list {
  width: 90vw;
  margin: 0 auto;
  padding: 3rem 0;
}
#page #content .zauto-page .clients-section .logo-list ul {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
  justify-content: space-evenly;
  justify-items: center;
  align-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .clients-section .logo-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page #content .zauto-page .clients-section .logo-list ul li {
  text-align: center;
  list-style: none;
}
#page #content .zauto-page .clients-section .logo-list ul li img {
  width: 100%;
}
#page #content .zauto-page .clients-section .logo-list ul li .width-70 {
  width: 70%;
  margin: 0 auto;
}
#page #content .zauto-page .clients-section .logo-list ul li .width-60 {
  width: 60%;
  margin: 0 auto;
}
#page #content .zauto-page .clients-section .logo-list ul li .width-50 {
  width: 50%;
  margin: 0 auto;
}
#page #content .zauto-page .clients-section .logo-list ul li .width-40 {
  width: 40%;
  margin: 0 auto;
}
#page #content .zauto-page .end-section {
  background: #323232;
  color: white;
  padding: 2rem;
  min-height: 30vh;
}
#page #content .zauto-page .end-section .outer .inner .content .heading {
  font-size: 2.3rem;
}
#page #content .zauto-page .end-section .outer .inner .content .cta {
  max-width: 174px;
  background: #cc0000;
  padding: 12px 35px;
  margin: 2em auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page #content .zauto-page .end-section .outer .inner .content .cta {
    max-width: 300px;
  }
}
#page #content .zauto-page .end-section .outer .inner .content .cta a {
  text-decoration: none;
}
#page #content .zauto-page .end-section .outer .inner .content .cta a:hover {
  text-decoration: underline;
}
