.s-footer {
    background-image: url('../img/background_footer.png');
}

.s-footer .legal-container {
    padding: 50px 10px;
}

.s-footer .legal-container h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bolder;
    color: #fff;
}

#region {
   background-color: white;
   border: 1px solid black;
   border-radius: 5px;
   height: 50px;
   width: 200px;
   text-align: center;
   font-weight: bold;
}

.s-footer .legal-container .legal-links ul {
    display: inline-flex;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.s-footer .legal-container .legal-links a {
    font-size: .8rem;
    line-height: .8rem;
    color: #fff;
}

.s-footer .legal-container .legal-links hr {
    height: 1rem;
    width: 1px;
    background: #fff;
    margin: 0 5px;
}
