img{
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    content-visibility: auto;
}


.box {
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.border-default {
    position: relative;
    display: block;
    width: 112px;
    height: 7px;
    margin-bottom: 25px;
    background: #bcbdc0;
}
 h1.title {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #1a3863;
}
.nav-gallery {
	margin:10px 0;
}
.nav-gallery ul
{
	
}
.nav-gallery ul li a.active
{
	background-color:#1a3863 !important;
}
.gallery-grid {
     max-width: 100%; 
     margin: 0 auto; 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 280px;
    grid-auto-flow: row dense;
    gap: 8px;
}
.gallery-item {
    grid-column-start: auto;
    grid-row-start: auto;
}
    .gallery-item img {
        height: 100%;
    }
.nav-gallery ul li a
{
	color:black;
}