.model-content {
    padding: 1.5rem;
    color: rgba(0, 0, 0, 0.9) !important;
}

.game-des-ghost{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}