I need help changing the colors on my checkout link and changing the rich text heading color

Hi im using the brooklyn theme i need help with the two things

1 I need help changing the rich text heading color

2 I need help changing them brown color links on my checkout page to a different color the form border and the links is brown i will like to change the color

see screenshot below

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code

  2. Find Asset >theme.scss.css and paste this at the bottom of the file:

div#shopify-section-

162407248759bc370d h2.h3 {
color: white;

}

That dint work