.footer-thin-address-html {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    height: 25px;
    line-height: 25px;
    transition: 0.1s ease all;
}

.footer-thin-address-html  > * {
    margin: auto;
}
.footer-thin-address-html  > *:not(:first-child) {
    margin-left: 10px;
}
.footer-thin-address-html > *:not(:last-child) {
    margin-right: 10px;
}