.eh {
  height: 240px;
  object-fit: cover;
  width: 100%;
  margin: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .eh {
    margin-left: -30px;
    height: 200px;
    margin-bottom: -20px;
    padding: 10px;
  }
}

.fleetTextHeading {
  color: black;
  font-weight: bold;
  margin-top: -60px;

}

@media only screen and (max-width: 600px) {
  .fleetTextHeading  {
   font-size: 20px;
   
  }
}