Thanks. As suggested, I have used the below CSS code to display “Digital Services” after Logo. However, “Digital Services” was not displayed vertically centered. Please advice
.site-branding {
display: fixed;}
.site-branding * {
justify-content: space-between;
align-items: contain;}