/*=================================
        Fleet Page
=================================*/
header.fleet {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/fleet.jpg) center center/cover;
}

.the_fleet {
  padding: 80px 0;
  color: brown;
}

.vehicle {
  margin: 25px 0;
  background-image: linear-gradient(to bottom left, #f5deb4, #fff);
}

.vehicle img {
  width: 45%;
  height: auto;
  margin: 3px;
}

.vehicle-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.vehicle-text h3,
.vehicle-text ul,
h2 {
  opacity: 1;
  text-transform: capitalize;
}

.vehicle-text i {
  color: #a37f3f;
  padding-right: 5px;
}

.category {
  margin-bottom: 50px;
}

.vehicle-text {
  padding: 20px;
}

.vehicle a:hover {
  text-decoration: none;
}

/*  Responsive Styles
=======================*/
@media (max-width: 600px) {
  .prev,
  .next {
    top: 20%;
    padding: 6px;
    margin-top: -50px;
  }
}
