.address-link a {
    font-size: 16px;
    font-weight: 600;
}

.banner-links-bar-wrapper {
    display: flex
;
    flex-direction: row;
    float: right;
    align-content: center;
}

.banner-links-bar {
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center; /* Optional: vertically center if there's a height */
}