#footer {
    /*background-color:#5bc0de;*/
    /*color: #131436;*/
}
.footer__head-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
hr {
    margin:0;
    padding:2px;
}
.links {
    padding-top: 12px;
    padding-bottom: 10px;
}
.service-name {
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 0;
}
#footer .links a {
    font-size: 12px;
    /*color: #131436;*/
    margin-right: 10px;
}
#footer .links a:last-of-type{
    margin-right: 0;
}

#footer .footer_logo {
    /*height: 3ch;*/
    /*background: url('../images/origin_data_logo.png') center center / contain no-repeat;*/
}
