.box-scroll {
display: flex;
flex-wrap: nowrap;
width: 100%;
overflow: auto;
cursor: pointer; scrollbar-width: none; -ms-overflow-style: none; -webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .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;
}