.vehicle-editorial,
.vehicle-faq {
  max-width: 1420px;
  margin: 38px auto 0;
  padding: 28px 30px;
  border: 1px solid #d8e1ed;
  border-radius: 21px;
  background: #fff;
  color: #24324a;
  box-sizing: border-box;
}
.vehicle-editorial h2,
.vehicle-faq h2 {
  margin: 0;
  color: #172033;
  font-size: 24px;
  line-height: 1.25;
}
.vehicle-editorial-intro,
.vehicle-history > div {
  margin-top: 12px;
  color: #637187;
  font-size: 14px;
  line-height: 1.75;
}
.vehicle-history {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}
.vehicle-history h3 {
  margin: 0;
  color: #334155;
  font-size: 16px;
}
.vehicle-faq-head > span {
  display: block;
  margin-bottom: 5px;
  color: #2964e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.vehicle-faq-list {
  margin-top: 20px;
  border-top: 1px solid #dce5f0;
}
.vehicle-faq details {
  border-bottom: 1px solid #dce5f0;
}
.vehicle-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 3px;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.vehicle-faq summary::-webkit-details-marker {
  display: none;
}
.vehicle-faq summary span {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #edf4ff;
  color: #2964e8;
  font-size: 18px;
}
.vehicle-faq details[open] summary span {
  transform: rotate(45deg);
}
.vehicle-faq details > div {
  padding: 0 42px 18px 3px;
  color: #637187;
  font-size: 13px;
  line-height: 1.7;
}
@media (max-width: 720px) {
  .vehicle-editorial,
  .vehicle-faq {
    margin-top: 28px;
    padding: 21px 17px;
    border-radius: 17px;
  }
  .vehicle-editorial h2,
  .vehicle-faq h2 {
    font-size: 21px;
  }
  .vehicle-faq summary {
    font-size: 13px;
  }
}
