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

.fleet-section {
  padding: 80px 0;
  color: #fff;
}
.vehicle {
  margin: 60px 0;
}
.vehicle-text {
  background: #ba8b02; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #181818,
    #ba8b02
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #181818,
    #ba8b02
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.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: #f1f1f1;
  padding-right: 5px;
}
.category {
  margin-bottom: 50px;
}

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

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