.footer .navbar-nav {justify-content: center; } .footer .navbar-nav .nav-link {display: flex;align-items: center;justify-content: center;text-align: center; } .footer .copyright {background: #2d3238;color: #fff;font-size: 0.8333333333rem; } .footer .copyright .col {display: flex;flex-direction: row;align-items: center;justify-content: center;min-height: 6.6666666667rem; } .footer .copyright .col:first-child {justify-content: center; } .footer .copyright .col:last-child {justify-content: flex-end; } @media (max-width: 767.98px) {.footer .copyright .col:last-child {justify-content: center;} } @media (max-width: 767.98px) {.footer .copyright .col {min-height: 3.3333333333rem;} } 