header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    /*background: rgba(19,36,42,.68);*/
    transition: 0.5s all ease;
}
.inner-container{padding:28px 0;}

/*.inner_page{padding:45px 0;}*/
.inner_page h3{font-size:28px; color:#003366; font-weight:bold; margin-bottom:30px; text-align:center;
    font-family: Assistant, sans-serif;}


.store-tab #ourHolder div.item{width:24%; float:left; margin-right:1%; margin-bottom:1%;}
.store-tab #ourHolder div.item img{width:100%;    min-height: 206px;}

.store-tabvideo #ourHolder div.item {
    width: 32.0%;
    float: inline-end;
    margin-right: 1%;
    margin-bottom: 1%;
}
.inner-container {
    min-height: calc(100vh - 100px); /* Adjust 100px based on your header and footer height */
    display: flex;
    flex-direction: column;
}
