Layout: Featured call-to-action buttons

Featured buttons for calls-to-action.

#Setup: Four buttons

Configuration: Used for program landing pages and "for students" page CTAs.

 div class="grid-four-col-layout my-4"
 a class="button gold-border-box"

Each button should be wrapped in an a tag with the class applied. Do not use p tags in between.

###


#Setup: Three buttons

Configuration: Used for program landing pages and "for students" page CTAs.

 div class="grid-three-col-layout my-3"
 a class="button gold-border-box"

Each button should be wrapped in an a tag with the class applied. Do not use p tags in between.

###


#Setup: Two buttons

Configuration: Used for program landing pages and "for students" page CTAs.

 div class="grid-two-col-layout my-2"
 a class="button gold-border-box"

Each button should be wrapped in an a tag with the class applied. Do not use p tags in between.

###