Impulse Theme | promo grid button text isn't same colour as the rest of site

Hello,

On my home page the button text in the promotion grid section (after hero image) is white instead of the colour I have for button text site wide.

www.zenniam.com

any help to change this would be great.

many thanks,

Amy

You can solve it by adding this code in Custom CSS of that section in Online Store > Themes > Customize

.btn {
color: #c6a871;
}