.body{
    background: pink;
}


@media only screen and (max-width: 959px) {
    .palette-primary-blue-grey .project {
        background: #efefef;
    }
}

.project .banner {
    text-align:center;

}