.box-scroll {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: auto;
    cursor: pointer;
    /* Hiddem scroll bar */
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
  
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .box-scroll::-webkit-scrollbar {
    display: none;
  }
  
  .card {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: white;
  }
  
  .ml {
    margin-right: 10px;
  }
  .card img {
    max-width: none;
}

#mainhssec{
  position: relative;
}
#mainhssec h3{
  margin:0;
}