footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    footer .menu {
        padding: 24px 0 24px 0;
        display: flex;
        align-items: center;
        background-color: #f2f4fd;
        width: 100%;
        justify-content: center;
    }

    footer .menu a {
        margin: 0 20px 0 20px;
        font-family: Raleway;
        font-size: 15.5px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.35px;
        color: #000000;
    }

    footer .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #011231;
        padding: 41px 0 41px 0;
        width: 100%;
    }

        footer .copyright label {
            font-family: Raleway;
            font-size: 14.5px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.35px;
            text-align: center;
            color: #ffffff;
            margin-bottom: 0;
        }

header.sticky .header_bottom {
    background-color: #011231 !important;
}

@media (max-width: 767px) {
    footer .copyright label,
    footer .menu a {
        font-size: 10.5px;
    }
}