
/*

.content-title-hover .label-text{
    line-height: 1.5;
}


@media (max-width: 768px) {
    .content-title-hover .label-text{
        line-height: 1.3;          
        font-size: 0.95rem;   
        display: block;           
        white-space: normal;
        word-break: break-word;   
        hyphens: auto;           
        margin-bottom: 0.25rem;
    }
}

@media (max-width: 480px) {
    .content-title-hover .label-text{
        line-height: 1.15;
    }
}
*/