.list-number {
    position: absolute !important;
    left: 0;
    top: 8px;
}

@media only screen and (max-width: 991px) {
    nav .top-wrap {
        align-items: center;
    }

    /*nav .custom-logo {
        max-height: 70px;
    }*/

    #site-footer .footer-top {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .list-number {
        left: 32px;
        top: 8px;
    }
}