/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
 .wp-block-gutenberg-examples-example-05-recipe-card{
	 background-color: $grey-lt-lt-3;
	 padding:20px;
	 padding-top:0;
	 border: solid 1px $blue-lt;
	 h3{
		 text-transform: uppercase;
		 font-size: 14px;
		 font-family: 'Montserrat';
	 }
 }
