if (window.matchMedia('(max-width: 767px)').matches) {
$(".header-top").append($('.logo'));
} else {
$(".header-main").append($('.logo'));
}
<style>
.contactus {
background-image: linear-gradient(to top, #ffffff 0%, #cdcdcd 100%);
background-clip: text;
color: rgba(0, 0, 0, 0.12);
font-family: sans-serif;
font-size: 48px;
font-weight: 600;
color: rgba(128,128,128,.45);
text-shadow: 0px 2px 3px rgba(255,255,255,.15), -1px -2px 1px rgba(0,0,0,.5), -1px -1px 2px rgba(0,0,0,.3);
}
</style>