
#Logo-Bottom{
    background-color: #f1c490;
    height: 50px;
    width: 100%;
    line-height: 50px;
    text-align: center;
}
.row{
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-.5 * var(--bs-gutter-x));
    margin-left:calc(-.5 * var(--bs-gutter-x));
}

.col-md-4{
    flex:0 0 auto;
    width:33.33333333%
}
.col-md-6{
    flex:0 0 auto;
    width:50%
}