.featured .content-wrapper {
    background-color: #31859c;
    background-image: -ms-linear-gradient(left, #31859c 0%, #4599b0 100%);
    background-image: -o-linear-gradient(left, #31859c 0%, #4599b0 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #31859c), color-stop(1, #4599b0));
    background-image: -webkit-linear-gradient(left, #31859c 0%, #4599b0 100%);
    background-image: linear-gradient(-90deg, #31859c 0%, #4599b0 100%);
}