Hard to tell with a screenshot but it looks to me like you need to have two underscores between .mdc-card and primary-action whereas you only have one.
.mdc-card
primary-action
So it should be .mdc-card__primary-action
.mdc-card__primary-action
thanks, i have been able to fix it