@media screen and (min-width: 1199px) {
    .b-site-info-footer__logo img {
        width: 14rem;
    }
}

@media screen and (min-width: 1200px) {
    .menu--main .menu-item>.menu {
        top: calc(100% - 0px);
    }
}

.b-person-teaser .field--name-field-node-title {
    width: auto;
}