.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;

}

    .color-bg {
        background: #f7f7f7;
        padding: 85px 15px 60px;
    }

    .white-bg {
        background: #fff;
        padding: 85px 15px 60px;
    }

    .color-bg .flex-row {
        flex-direction: row-reverse;
    }


    /*  SLANT UP  */

    .slant-up {
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0px;
        background: linear-gradient(to right bottom, #f7f7f7 49%, #fff 50%), linear-gradient(-50deg, #fff 16px, #000 0);
    }



    /* SLANT DOWN  */

    .slant-down {
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0px;
        background: linear-gradient(to left bottom, #fff 49%, #f7f7f7 50%);
    }

    .interior-overview-image {
        text-align: center;
        margin: auto;
    }
    .interior-overview-image img{
        max-width: 520px;
        width: 100%;
    }