﻿.nc-footer {
    background: #F6F6F6;
    color: #B9BBBC;
    width: 100%;
    display: flex;
    justify-content:center;
    min-height: 6.9rem; 
}

    .nc-footer .link {
        background: #F6F6F6;
        color: #B9BBBC;
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 16px;
    }

        .nc-footer .link .bold-link {
            font-weight: bold;
        }

@media only screen and (max-width:2000px) {
    .nc-footer {
       min-height: 89px;
    }
}
