a:hover{
    text-decoration: none;
}
.mobile{
     display: none;
 }
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn-link:hover{
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25);
}

button:focus{
    outline: 0;
}
a:focus{
    outline: 0;
}
@media (max-width: 900px) {

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

}


