footer {
    background: #000;
    padding-top: 30px;
}
footer *{
    color: #fff;
}
.absolute-footer {
    border-top: solid 1px #212121;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
footer .section-title-normal span {
    font-size: 17px;
}
.ux-menu-link__link {font-size: 14px;min-height: auto;}
.ux-menu-link__link:hover{
    color: red !important;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
}
.header-bottom .flex-center > ul.nav > li:last-child > a {
    border-right: 0;
}
.header-bottom .flex-center > ul.nav > li > a {
    width: 100%;
    position: relative;
    border-right: 1px solid #00000038;
    text-align: center;
    color: #fff;
    text-transform: inherit;
    font-size: 14px;
    justify-content: center;
}
.header-bottom .flex-center > ul.nav > li {
    margin: 0;
    flex: 1;
}
.header-bottom .flex-center > ul.nav {
    justify-content: space-between;
    background: #2b8900;
}
.header-bottom .flex-center {
    width: 100%;
}
.content-home {
    background: #f1f1f1;
    margin-top: 20px;
    padding: 20px;
}