How can I make collection titles smaller on my Flex theme version 5.0.1?

You can try with this code:

@media (max-width: 767px){
.collection-list__item.grid__item {
max-width: calc(32% - var(–grid-mobile-horizontal-spacing) / 2) !important;
}}