#header .navbar-collapse{
    justify-content: flex-end;
}
#header .logo-container{
    max-width: 240px;
}
#header .logo-container .navbar-brand img{
    width: 100%;
}
.banner-section{
    height: 600px !important;
}
.banner-section h1,.banner-section h1 > p{
    font-size: 28px;
}
.about-section span.fw-semibold{
    font-size: 24px;
}
.fs-min{
    font-size: 16px;
}
.mt-30{
    margin-top: 30px;
}
.pl-0{
    padding-left: 0;
}
.h-100{
    height: 100%;
}
.image-overlay{
    opacity: 0.4;
}
.box-section .col a,.box-section .col a .card{
    height: 100%;
}
.box-section .col a .card{
    justify-content: flex-start !important;
}
.section-margin{
    margin:70px 0;
}
footer ul.list li a.link{
    text-wrap: wrap;
}
@media screen and (max-width: 992px) {
    .banner-section h1,.banner-section h1 > p{
        font-size: 24px;
    } 
    .section-margin{
        margin:40px 0;
    }
    .navbar-nav{
        padding-top: 30px;
    }
}

.bg-accent-opacity,#header{
    background:rgba(58, 62, 73, 0.8);
}
.nav-link{
    transition:.3s ease-in-out;
}
.nav-link:hover{
    color:#111216
}
div ul{
    margin:0;
    list-style: disc;
}
div ul li{
    margin-bottom: 6px;
}