.miicono{
    width: 600px !important;
    height: 600px !important;
}

.truncate-text {
    max-width: 150px; /* Puedes ajustar este valor según tu preferencia */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}


