@media (min-width: 576px) and (max-width: 767.98px) {

    #navbar-main .justify-content-end #block-contact .nav-item a{
        border: 2px solid #000;
        text-transform: uppercase;
        background-color: #000;
        color: #000;
        transition: 0.5s;
    }
}
