I have Added this css code inside the custom.css file.
@media screen and (max-width: 900px) and (min-width: 320px) {
.sp-contact-info, #sp-logo .logo .logo-slogan {
display: block;
}
li.sp-contact-email {
display: none !important;
}
.sp-contact-info li {
display: flex;
margin-left: -4px;
font-size: 14px;
align-items: center;
line-height: 22px;
}
span.logo-slogan {
display: none !important;
}
div#sp-logo-right {
padding-left: 0px;
}
div#sp-top1 {
display: none;
}
.map-link, .create-account, .top-services {
display: block !important;
}
#sp-top2>div {
justify-content: center;
}
}
Please check & let me know.
-Thanks