/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

    .descktop{
        display: none;
    }
    .mobile{
        display: flex;
    }



}