h1, h2, h3, h4, h5, h6 {
font-family: var(--title-font);
font-weight: normal;
color: var(--cd-secondary-color);
margin-top: 0px;
letter-spacing: 0px;
}
h1 {
  font-size: clamp(2rem, 5vw + 1rem, 2.2rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.75rem, 4vw + 0.5rem, 1.8rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 1.6rem);
  font-weight: 600;
}

h4 {
  font-size: clamp(1.25rem, 2.5vw + 0.25rem, 1.4rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.1rem, 2vw + 0.25rem, 1.2rem);
  font-weight: 500;
}

h6 {
  font-size: clamp(1rem, 1.5vw + 0.25rem, 1rem);
  font-weight: 400;
}

blockquote {font-size: 16px; padding-left: 80px;}
blockquote::before {left: 20px; color: var(--cd-primary-color);}
.product-listing ul li.list-group-item a:after {font-size: 16px;}
.car-item .car-content .star {font-size: 14px;}
.details-nav ul li a {padding: 7px 20px; font-size: 16px;}
.car-details-sidebar .sidebar-title {font-size: 24px; font-weight: 600;}
@media (min-width: 1200px) {
.container {max-width: 1240px !important;}
}