.section{
    background: white;
    position: relative;
    margin: 50px 0px;
}

.section--grey{
    background: #e5ebf7;
    color: #4d4d4d;
    margin-top: 0em;
}

.section--blue{
    background: #3ca0d9;
    margin-top: 2em;
}