
body {
  background-color: white !important;
}

.header {
    background-color: black !important;
    position: sticky;
    top: 0;
    z-index: 3;
    
}

.container-fluid {
  --bs-gutter-x: 0 !important;
}

 .card{
    font-size:12px !important;
 }

.header-owl {
    height: 100%;
    position: sticky;
    top:0;
}

/* Custom 5-column grid for Bootstrap */
@media (min-width: 768px) {
    .col-md-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}