@media screen and (min-width: 320px)  and (max-width: 991px) 
{    
    .custom-title-cards h5
    {
        font-size: 12px !important;    
    }
}