.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.content-end {
    align-content: end;
    text-align: right;
}

.content-end p {
    color: #fff;
}

footer {
    background-image: url('../images/background/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 51px 0 47px 0;
    color: #fff;
}

footer .container {
    padding-bottom: 0;
}

.menu-footer {
    list-style-type: none;
    margin-top: 34px;
}

.menu-footer li {
    margin-bottom: 14px;
}

.menu-footer li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.text-footer {
    text-decoration: underline;
    margin-bottom: 17px;
}

@media (max-width: 991px) {
    footer {
        padding: 5px 50px 10px 50px;
    }

    footer .footer-content {
        display: block;
    }

    footer .copyright {
        text-align: center;
        margin-top: 176px;
        font-size: 12px;
    }

    footer .container {
        padding-top: 46px;
    }
}
