.footer {
    width: 100%;
    height: auto;
    background-color: rgb(38, 51, 123);
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-link {
    float: left;
    padding: 15px;
    border-right: 1px solid white;
}

.footer-link-mobile {
    padding: 15px;
    border-bottom: 1px solid white;
}

.footer-link-mobile-end {
    padding: 15px;
}

.footer-link a {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.footer-link-mobile a {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.footer-link-mobile-end a {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.footer-xl {
    display: block;
}

.footer-mobile {
    display: none;
}

@media screen and (max-width: 1080px) {
    .footer-xl {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
}