.collection {
    & .collection__products .product__grid__title {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px; 
    }

    & .product__grid__title__wrapper{
        justify-content: flex-start;
    }
}