#header_helpers {
    border: solid 1px green;
}
#header_helpers_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1em;
    text-align: center;
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 900px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}