#main #content-wrap {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.bg-color-change {
    overflow: hidden;
}

.bg-color-change:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #F2ECDC;
    position: absolute;
    top:0;
    left: 31%;
}

@media only screen and ( max-width: 767px) {
    .bg-color-change:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #F2ECDC;
    position: absolute;
    top: 30%;
    left: 0;
}
}