.footer_link_content {
    margin-top: 30px;
}
.footer_link_content .title{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.footer_link_content .content-links{
    text-align: center;
    margin-top: 15px;
    line-height: 1.9;
}
.footer_link_content .labels {
    margin-bottom: 20px;
}
.footer-container #footer .footer_link_content .content-links a{
    color: #777;
}
.footer_bottom_content {
    text-align: center;
    margin-top: 30px;
}
.footer_bottom_content span {
    padding: 0px 10px;
    border-left: 1px solid #777;
    color: #777;
}
.footer_bottom_content span:first-of-type{
    border-left: none;
}
.footer-container #footer .footer_bottom_content span a {
    color: #777;
}
.footer_link_content .labels-container {
    display: inline-block;
}
@media (max-width: 767px){
    .footer_link_content .title {
        margin-top: 20px;
    }
}