.dealers__grid--promo {
  display: grid;
  grid-template-columns: minmax(0, 826px) minmax(0, 400px);
  grid-gap: 14px;
  gap: 14px;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .dealers__grid--promo {
    grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
  }
}
@media (max-width: 900px) {
  .dealers__grid--promo {
    grid-template-columns: 1fr;
  }
}

.dealers__promo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
}
@media (max-width: 900px) {
  .dealers__promo {
    padding: 24px;
  }
}
.dealers__promo > :first-child {
  margin-top: 0;
}
.dealers__promo > :last-child {
  margin-bottom: 0;
}
.dealers__promo h2, .dealers__promo h3, .dealers__promo h4 {
  margin: 0 0 8px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}
.dealers__promo h2 {
  font-size: 32px;
}
.dealers__promo h3 {
  font-size: 24px;
}
.dealers__promo h4 {
  font-size: 20px;
}
.dealers__promo p {
  margin: 0 0 12px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #6b7280;
}
.dealers__promo strong {
  color: #ff8c00;
}
.dealers__promo ul, .dealers__promo ol {
  margin: 0 0 12px;
  padding-left: 20px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6b7280;
}
.dealers__promo li {
  margin-bottom: 6px;
}
.dealers__promo a {
  color: #ff8c00;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.dealers__promo a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.dealer-pin {
  background: transparent;
  border: 0;
  line-height: 0;
}
/*# sourceMappingURL=styles.css.map */
