.footer-block {
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .xs-margin-bottom-0 {
        margin-bottom: 0 !important;
    }
    #footer .border-sep-2 {
        border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 768px) {
    .footer-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: cdnter;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
    }
    .footer-block-content {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    #footer .border-sep-2 {
        border-right: 2px solid rgba(0, 0, 0, 0.3);
    }
}

@media screen and (max-width: 991px) {
    #footer .border-sep-1 {
        border-bottom: 2px solid rgba(0, 0, 0, 0.3);
        margin-bottom: 10px;
    }
    .footer-light-2 ul.social-menu,
    .footer-light-2 address,
    .footer-dark-2 ul.social-menu,
    .footer-dark-2 address {
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    #footer .border-sep-1 {
        border-right: 2px solid rgba(0, 0, 0, 0.3);
    }
}