How to display Collection name in two lines , on Desktop

My website: https://toaiart.com/

My collection name on Desktop is looking like this:

The word ‘Bedsheet’ should come in second line.

Kindly help.

@SurTri You can fix the width
.collection-grid__item-title–wrapper{
width: 90%;

}

Write this in bottom of your css file.

It worked , thanks.