﻿div.uc_footer h2,div.uc_footer h1
{
    border-bottom: none;
}

div.uc_footer h2:after, div.uc_footer h1:after
{
    border-bottom: none;
}

div.uc_footer .uc_text_block, div.uc_footer .uc_link_block
{
    height: 100%;
    border-right: 1px solid white;
    border-left-width: 1px!important
}
@media (max-width: 991px)
{
    div.uc_footer .uc_link_block, div.uc_footer .uc_text_block
    {
        text-align: center;
        border-right: none;
    }
}
div.uc_footer h1,
div.uc_footer h2
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

div.uc_footer a,
div.uc_footer p
{
    font-size: 13px!important;
    font-weight: 400!important;
}