/* Fix for phone numbers to stay on same line */
.header-contact .enva {
    white-space: nowrap;
    overflow: visible;
}

.header-contact div {
    min-width: max-content;
}
