.car-history-why,
.car-history-guide,
.car-history-free-tools,
.car-history-faq {
  padding: 3.5rem 0;
}

.car-history-why {
  background: #fff;
}

.car-history-why .home-section-intro,
.car-history-guide .home-section-intro,
.car-history-faq .home-section-intro {
  margin-top: 0;
}

.car-history-packages .home-why__usps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.car-history-packages .home-why-usp {
  min-height: 98px;
}

.car-history-packages .home-why-usp p {
  color: rgba(255, 255, 255, .74);
}

.car-history-package-links .home-why-usp {
  grid-template-columns: minmax(0, 1fr);
}

.car-history-package-links .home-why-usp--linked {
  cursor: pointer;
}

.car-history-package-links .home-why-usp--linked > div {
  min-width: 0;
}

.car-history-package-links .home-why-usp--linked a {
  color: #fff;
  text-decoration: none;
}

.car-history-package-links .home-why-usp--linked h3 i {
  flex: 0 0 auto;
  margin-top: .1rem;
  color: #91d37c;
  font-size: 1rem;
}

.car-history-package-links .home-why-usp--linked:hover a,
.car-history-package-links .home-why-usp--linked:focus-within a {
  color: #91d37c;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.car-history-package-links .home-why-usp--linked:focus-within {
  outline: 2px solid #91d37c;
  outline-offset: -3px;
}

.car-history-guide .inspection-guide__illustration {
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.car-history-free-tools {
  padding: 0;
  border: 0;
  background: #2c333e;
}

.car-history-free-tools__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
  min-height: 210px;
  padding: 2.5rem 0;
  border: 0;
}

.car-history-free-tools__copy .home-section-eyebrow {
  color: #76c95e;
}

.car-history-free-tools__inner .home-section-heading {
  margin: .35rem 0 .5rem;
  font-size: 1.75rem;
  color: #fff;
}

.car-history-free-tools__inner p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  line-height: 1.65;
}

.car-history-free-tools__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.car-history-free-tools__actions a {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem .9rem;
  border: 0;
  color: #fff;
  text-decoration: none;
}

.car-history-free-tools__actions a:first-child {
  padding-left: 0;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.car-history-free-tools__actions a:last-child {
  padding-right: 0;
  padding-left: 1.25rem;
}

.car-history-free-tools__actions strong,
.car-history-free-tools__actions small {
  display: block;
}

.car-history-free-tools__actions strong {
  font-size: .94rem;
  font-weight: 900;
  text-transform: uppercase;
}

.car-history-free-tools__actions small {
  margin-top: .3rem;
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
  line-height: 1.4;
}

.car-history-free-tools__actions i {
  flex: 0 0 auto;
  color: #48a62c;
}

.car-history-free-tools__actions a:hover,
.car-history-free-tools__actions a:focus {
  color: #76c95e;
}

.car-history-faq .home-faq-panel #history-check-faq-accordion {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1rem;
}

@media (min-width: 992px) {
  .car-history-free-tools__inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  }
}

@media (max-width: 991.98px) {
  .car-history-packages .home-why__usps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .car-history-why,
  .car-history-guide,
  .car-history-free-tools,
  .car-history-faq {
    padding: 2.5rem 0;
  }

  .car-history-free-tools__inner {
    min-height: 0;
    padding: 2rem 0;
  }

  .car-history-free-tools__actions {
    grid-template-columns: 1fr;
  }

  .car-history-free-tools__actions a:first-child {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .car-history-free-tools__actions a:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
