body .collection-list-item__title {
    font-size: var(--font-size-desktop) !important;
    @media screen and (max-width: 768px) {
        font-size: var(--font-size-mobile) !important;
    }
}

body .collection-list__heading {
    font-size: var(--font-size-desktop) !important;
    @media screen and (max-width: 768px) {
        font-size: var(--font-size-mobile) !important;
    }
}