.ae-product-category-discovery.ae-vehicle-discovery {
  background: #fff;
  border: 1px solid #dfe7ef;
  border-radius: 16px;
  margin-top: 32px;
  padding: clamp(28px, 3vw, 42px);
}

.ae-product-category-discovery .ae-vehicle-discovery__heading {
  align-items: flex-end;
  margin-bottom: 26px;
}

.ae-product-category-discovery .ae-vehicle-discovery__heading h2 {
  color: var(--ae-navy);
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 8px 0 8px;
  scroll-margin-top: 120px;
}

.ae-product-category-discovery .ae-vehicle-discovery__heading p {
  color: #66788b;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.ae-product-category-discovery .ae-category-card a {
  min-height: 192px;
  padding: 22px;
}

.ae-product-category-discovery .ae-category-card__icon {
  margin-bottom: 22px;
}

.ae-product-category-discovery .ae-category-card__content strong {
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ae-product-category-discovery.ae-vehicle-discovery {
    margin-top: 22px;
    padding: 25px 19px;
  }

  .ae-product-category-discovery .ae-vehicle-discovery__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .ae-product-category-discovery .ae-category-card a {
    min-height: 160px;
  }
}
