/* Add grey background colour to the awards section */
[data-amplience-id='c745f1f8-9fc0-4639-86f8-afb935a6a09d'] {
    box-shadow: 0 0 0 100vmax #f3f3f3 ;
    clip-path: inset(0 -100vmax);
    background-color: #f3f3f3;
    padding: 20px;
	margin-bottom: 20px;

}

/* CSS to edit the cards in the awards section */
[data-amplience-id='c745f1f8-9fc0-4639-86f8-afb935a6a09d'] .amp-card {
    background-color: transparent;
    border: 0px solid #d9d9d9;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}