@media screen and (max-width:1024px){

.hide_desktop{
    display: block;
}

.hide_mobile{
    display: none;
}

}