body {

    .moi-oce {

        &:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            opacity: .2;
            background-repeat: no-repeat;
            background-position: top left;
            background-size: contain;
        }

        .theleft, .theright {
            align-content: center;
            justify-content: center;
        }
        .theleft {
            img {
                max-height: 500px;
                border-radius: 15px;
                box-shadow: 20px 20px 0px 0px var(--wb-color-blue-dark);
            }
        }
        .theright {

        }
    }

}

@media screen and (max-width: 768px) {
    body {
        .moi-oce {
            .theright {
                padding-left: 30px;
            }
        }
    }
}
@media screen and (max-width: 575px) {
    body {
        .moi-oce {
            &:before {
                background-position: center;
            }
            .theright {
                padding-left: 12px;
            }
        }
    }
}