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

.fleet-section {
  color: #fff;
}
.vehicle {
  margin: 60px 0;
  background-color: #ffc8dd;
}
.vehicle-text {
  color: #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 {
  opacity: 1;
  text-transform: capitalize;
  color: #fff;
}
.vehicle-text i {
  color: #000;
  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;
  }
}
