Changing font size for featured collection title (Debut)

@Timito

Please add the following code at the bottom of your assets/theme.css file.

.template-index .h2, h2{
    font-size: calc(((var(--font-h2-desktop))/ (var(--font-size-base))) * 1.5em) !important;
}

Hope this works.

Thanks!