.products {
    list-style-type:disc;
    list-style-position: inside;
    text-indent: -1em;
    display:list-item;

}


.tel,.tel:visited { /*for small screens */
    /*display:block;*/
    color:#fff;
    background-color:#000;
    /*padding:1em;*/
    text-decoration:none;
}
.tel:hover,.tel:focus {
    color:#000;
    background-color:#fff;
}
@media screen and (min-width: 28.5em) { /* for larger screens */
.tel,.tel:visited {
    background:none;
    cursor:default;
}
.tel,.tel:focus {
    color:#fff;
}
}