.clearpath-hero-bg {
  background-image: url('./images/devices/trash-chute-1.png');
  background-position: 50% 40%;
}
.clearpath-content {
  height: 100vh;
}
.clearpath-overlay {
  background-color: #ffffff;
}
.trash-chute-hero-divider {
  background-color: #000;
  height: 1px;
  width: 100%;
  max-width: 250px;
}

.car-device-call-us {
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  border-color: #1b5d86;
  border-color: rgba(0, 0, 0, 0.6);
  background-color: #1b5d86;
  width: 100%;
  max-width: 550px;
}
.car-device-call-us a {
  text-decoration: none;
  font-size: 13px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px 30px 13px;
  color: #ffffff;
}

.car-device-call-us:hover {
  background-color: #777777;
}
