.col-lg-2.col-sm-6{width:20%;} /* make each of the 5 columns 20% wide */ 

.row.d-flex div {
    margin-top: 1em;
}

li.front-icons a {    
    font-family: "Encode Sans Compressed",sans-serif;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center; 
    font-size: 1.2em;
    line-height: 1.1em;
    color: #4b2e83;
    text-transform: uppercase;
    transition: all .1s ease-in-out;
    font-weight: 800;
    min-height: 85px;
}
li.front-icons img {    
    opacity: 40%;
    margin-bottom: .5em;
}

li.front-icons a:hover {
    opacity: 100%;
    background-color: none;
    border: none;
}
li.front-icons img:hover {
    opacity: 100%;
    background-color: none;
    border: none;
}
