.navbar-brand-logo {
    width: 100%;
    min-width: 16rem;
    max-width: 16rem;
}
.bg-img-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 520px;
    
}

.content-space-lg-3 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important

}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #003cae!important
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #d70f2a ;
}

.text-danger {
    --bs-text-opacity: 1;
    color: #607D8B !important;
}

.text-justify {
    text-align: justify !important;
}

.btn-group-sm > .btn-icon.btn, .btn-icon.btn-sm {
    font-size: 1.2rem;
    width: 2.5rem;
    height: 2.5rem;
}