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: 56px; font-weight: 500;}
h2 {font-size: 48px; font-weight: 500;}
h3 {font-size: 40px; font-weight: 500;}
h4 {font-size: 36px; font-weight: 500;}
h5 {font-size: 28px; font-weight: 500;}
h6 {font-size: 20px; font-weight: 500;}
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;}
}