.footer-title {
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
.footer-social-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.footer-nav {
    font-family: "SF";
    font-weight: 400;
    display: flex;
    flex-direction: column;
    /*margin-right: 90px;*/
    line-height: 40px;
}

footer {
    width: 80%;
    margin: 0 auto;
}


.footer-logo,
.footer-right,
.footer-social-container,
.footer-nav-container {
    flex: 1 1 200px;
    margin: 10px;
}

.footer-container {
    margin: 0 auto;
    padding: 20px;
}
@media (max-width: 780px) {
    .footer-nav {
        margin-right: 35px;
    }
}
@media (max-width: 1540px) {
    footer {
        width: 100%;
    }

    .footer-btn {
        word-break: normal !important;
        overflow-wrap: normal !important;
        white-space: nowrap !important;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        /*text-align: center;*/
    }

    .footer-nav-container {
        flex-direction: column;
    }
}
