How to add 'Need help? Call us now' above the phone number in Warehouse theme?

Hi

Please can u provide a solution to adding “need help? call us now” to above the phone number on the header (attached example below)

my store:

URL: homeoutletdirect.com

Theme: Warehouse

wanted result:

example:

cheers..

@nickmayor add below css into css file

@media (min-width:768px)
{
.header-phone-icon::before {
    content: "Need help? call us now";
    margin-right: -50%;
    margin-top: -20%;
}
}