@media(max-width:992px){


.hero-title{

font-size:40px;

}


.hero-stats{

gap:20px;

flex-wrap:wrap;

}


.floating-card{

display:none;

}


.hero-image{

margin-top:50px;

}


}


@media(max-width:576px){


.hero-title{

font-size:32px;

}


.hero-description{

font-size:16px;

}


.hero-buttons .btn{

width:100%;

margin-bottom:15px;

}


.hero-buttons .ms-2{

margin-left:0!important;

}


}