.bg-top-image {
  background-image: url('https://medicalmobility.health/themes/medicalmobility/assets/img/bg-interior.webp');
 /* background-size: cover;      
  background-position: center; */
  background-repeat: repeat-y;
}

.bg-hero-image {
  background-image: url('https://medicalmobility.health/themes/medicalmobility/assets/img/home/img-hero.webp');
  background-size: cover;      
  background-position: center; 
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .bg-hero-image {
    height: 600px;
  }
  
  .border-md-start {
    border-left: 1px solid #dee2e6 !important; 
  }
  
}

.cursor-pointer {
  cursor: pointer !important;
}

