a{
    text-decoration: none;
}
.row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -0.5);
    margin-left: calc(var(--bs-gutter-x)* -0.5);
}
.col-4{
    flex: 0 0 auto;
    width: 33%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    color: #00366c;
    margin-bottom: 0.7rem;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 66.67%;
    line-height: initial;
}
.d-block{
    display: block !important;
}
.bg-lightblue {
    background-color: rgb(225, 236, 255);
}
.fade:not(.show) {
    opacity: 1;
}
.btn-blue {
    background-color: #00366c;
    color: #fff;
    height: auto;
}
.btn:hover {
    color: #fff;
}
.btn-blue:hover {
    background-color: #adc5f1;
    color: #00366c;
}