.collection-card__content {
    flex-direction: column; 
    justify-content: end; 
    color: white
}

.collection-card__content p {
    white-space: nowrap;
}