.ras-hp-car-carousel-item {
  list-style-type: none !important;
  aspect-ratio: 3/2;

  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 15px -6px rgba(0,0,0,0.5);
  padding: 0 8px;
  position: relative;
}

.ras-hp-car-carousel-item a {
  aspect-ratio: 3/2;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ras-hp-car-carousel-item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.ras-hp-car-carousel-item-content p {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px !important;
}

.ras-hp-car-carousel-item-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;

}

.ras-hp-car-carousel-item-footer p {
  color: white;
  font-size: 12px;
  border: 1px solid white;
  border-radius: 30px;
  padding: 0px 10px;
  display: inline-block;
  margin: 0 0 6px 7px;
}


/* Desktop styles */
@media (min-width: 800px) {}
