/* * {
    font-family: Arial, Helvetica, sans-serif;
    
}  */

/* Decorates the article links in the list */
/* li a {
    text-decoration: underline;
    text-decoration-color: aqua;
    cursor: pointer;
} */

#company-name i {
    text-decoration: none !important;
    color: #343a40;
}

.content-container i {
    text-decoration: none !important;
    color: #343a40;
}



.btn:focus {
    box-shadow: none !important;
}