section[data-cattype="401"]{
    padding-top: 20px;
}

section[data-cattype="401"] .wrapper_grid_item {
  display: flex;
  flex-wrap: wrap;
  width: 1650px;
  margin-left: -31px;
}

section[data-cattype="401"] .btn-primary {
  background-color: #fe0000;
  border: #fe0000;
}

section[data-cattype="401"] h2{
    margin-bottom: 20px;
}

section[data-cattype="401"] a {
  font-size: 18px;
  font-family: 'Montserrat_Regular';
}

section[data-cattype="401"] a:hover {
  color:#FE0000;
}

section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}

section[data-cattype="401"] .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px !important;
  box-sizing: border-box;
}

section[data-cattype="401"] .section-description {
  font-size: 18px;
  color: #F80400;
  font-family: 'Montserrat_Regular';
  margin-top: 32px;
}

#FeaturedVehicles {
  padding-bottom: 120px;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
 
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
  section[data-cattype="401"] h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

section[data-cattype="401"] .container {
  margin: 0px 0px 0px 0px;
}

section[data-cattype="401"] .wrapper_grid_item .item_content.grid_item {
    width: 100%;
    height: auto;
    padding: 0px 0px 10px 0px;
    margin: 0px 1255px 20px 40px;
  }
    
}