.mg-top-5 {
    margin-top: 50px!important;
}

.mg-top-3 {
    margin-top: 30px!important;
}

.mg-top-5 a {
    color: white;
    text-decoration: none;
}

.mg-top-5 span {
    margin: 0 20px 0;
}

#footer {
    height: 210px;
    background: #1D3354;
}

#footer>div {
    color: white!important;
}

.footer-logo{
    width: 200px;
    text-align: center;
}
.footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (max-width: 768px) {

}
@media (max-width: 576px) {
    #footer {
        height: 210px;
    }
    .mg-top-5 span{
        margin: 0 5px 0;
    }

    .font-size-sm-16 {
      font-size: 16px !important; 
    }

    .text-footer {
        margin-top: 25px!important;
        text-align: center;
        font-size: 10px !important; 
    }
    .mg-top-5{
        margin-top: 25px !important;
    } 
}
@media (max-width: 425px) {

}