.footer.content .links {
    padding-right: 20px !important;
}

.footer.content {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .footer.content .links {
        width:100%;
        padding-right: 0px !important;

    }
    .footer.content {
        flex-wrap: wrap;

    }
}