@media (max-width: 850px) {
    .header-desktop {
        display: none;
    }
    .header-mobile {
        display: block;
    }
}