.card-style04 .card-text {
    overflow: visible !important;
    text-overflow: clip !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    min-height: auto !important;
}

.card-style04 .card-custom-2 .card-text {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.card-style04 .card-data {
    opacity: 1 !important;
}