/* FOOTER */
.b-footer__bottom .no-link {
    pointer-events: none;
}

@media (min-width: 1191px) {
    .b-footer__bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
}
