.pointer {
    cursor: pointer;
}

@media screen and (max-width: 1023px) {
    .hide-mobile {
        display: none !important;
    }
}
