/**
 * Section
 */


.section--yellow {
  background-color: #F6F4E8;
}
.section--green {
  background-color: #D2EEEF;
}
.section--grey {
  background-color: #F1F1F1;
}
