#category-cards .card {
    height: 85px;
    overflow: hidden;
}
#category-cards .card i{
    font-size: 25px;
}
#category-cards .card .title {
    font-weight: 800;
}
#category-cards a:hover .title{
    color: #4DB7FE;
}
#category-cards .card img {
    padding: 2px;
    border-radius: 50%;
}