#footer {
    margin-top: -50px;
    width: 100vw;
    background-color: #61666c;
    font-size: .85rem;
}

.border-bottom {
    border-bottom: 1px solid #ece9e2;
}

.border-right-mobile-bottom {
    border-right: 1px solid #ece9e2;
}

.col3 {
    width: 33.33vw;
}

.margin-all {
    margin: 1vw;
}

a {
    color: #ece9e2;
    padding: 5px 0;
}

@media screen and (max-width: 1200px) {
    #footer {
        font-size: 3vw;
    }

    .border-right-mobile-bottom {
        border-bottom: 1px solid #ece9e2;
        border-right: none;
    }

    .col3 {
        width: 100%;
    }

    .gap-mobile {
        gap: 1vh;
    }
}