.block121241 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.block121241::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}

.block121241 .after {
    content: "";
    position: absolute;
    top: 100px;
    left: 44%;
    width: 100%;
    height: calc(100% - 200px);
    background: #000;
    opacity: 0.6;
    clip-path: polygon(0 0, 125px 100%, 100% 100%, 100% 0);
}

.block12124 {
    width: 100%;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.block12124 .wrapper {
    width: 58.33333333%;
    margin-left: 41.66666667%;
}

.block12124 .content {
    padding-left: 90px;
    width: calc(100% - 100px);
    position: relative;
    padding-right: 10px;
}

/* .block12124 .content::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: #000;
    clip-path: polygon(0 0, 125px 100%, 100% 100%, 100% 0)
}

.block121241 .content::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0.6;
    background: #000;
    width: 100%;
    height: 100%;
} */



.block12124 .con {
    padding: 80px 0;
    padding-left: 75px;
    position: relative;
}

.block12124 .text {
    font-size: 16px;
    color: #878787;
    line-height: 1.625;
    font-weight: 400;
    margin-bottom: 35px;
}

.block12124 .button {
    transform: skewX(-20deg);
    background: #878244;
    display: inline-block;
    margin-left: 10px;
    transition: .3s;
}

.block12124 .button .backstage-componet {
    transform: skewX(20deg);
}

.block12124 .button .backstage-componet-bd {
    position: relative;
    padding: 0 55px;
    line-height: 50px;
    height: 50px;
    font-weight: 500;
    color: #fff;

}

.block12124 .button a {
    white-space: nowrap;
    overflow: hidden;
    color: inherit
}

.block12124 .button .component-button-editor.backstage-component-editor {
    transform: translate(-50%, -50%) skewX(20deg)
}

.block12124 .button .backstage-blocksEditor-wrapLayer {
    transform: skewX(20deg);
}

@media screen and (max-width:989px) {
    .block12124 {
        max-width: 730px;
        margin: auto;
    }

    .block12124 .wrapper {
        width: calc(100% - 20px);
        padding-left: 10px;
        margin: 0;
    }

    .block121241 .after {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .block12124 {
        max-width: unset;
    }

    .block12124 .content {
        padding-left: 40px;
        width: calc(100% - 40px);
        padding-right: 0;
    }

    .block12124 .content::before {
        clip-path: none;
    }

    .block12124 .con {
        padding-left: 40px;
    }

    .block121241 .after {
        clip-path: none;
    }
}