#sp-bottom .sp-module {
    margin-bottom: 5px;
}

footer#sp-footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#sp-bottom .sp-module .sp-module-title {
    margin: 0 0 10px;
}

#sp-bottom {
    padding: 60px 0 10px;
}



@media (max-width: 991px) {
    #sp-top1 ul.social-icons {
        display: flex;
        justify-content: center;
    }

    #sp-top1 ul.social-icons li {
        display: inline;
        text-align: center;
    }

    #sp-top2 ul li {
        display: block;
        text-align: center;
    }

    #sp-logo img.logo-image {
        margin-right: auto;
        margin-left: auto;
    }

    #sp-bottom1 {
        text-align: center;
    }

    #sp-bottom1 ul {
        display: flex;
        justify-content: center;
    }

    .logofooter img {
        margin-right: auto;
        margin-left: auto;
    }

}

@media (min-width: 992px) {
    #sp-top2 {
        text-align: right;
    }
}


