.xlx32-container {
    width: 100%;
    margin: 1px 0;
    padding: 10px 0;
    position: relative;
    z-index: 10;
}

.xlx32-inner-wrapper {
    width: 100%;
}

.xlx32-list-wrapper ul:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}
.xlx32-list-wrapper ul li {
    float: left;
    position: relative;
    width: 25%;
}

.xlx32-item-inner-wrapper {
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.xlx32-text-wrapper {
    display: inline-block;
    font-size: 14px;
}

.xlx32-item-inner-wrapper .xlx32-text-wrapper .backstage-blocksEditor-wrap {
    min-height: none;
}


.xlx32-list-wrapper ul li:nth-child(1),
.xlx32-list-wrapper ul li:nth-child(4) {
    width: calc(50% - 300px)
}

.xlx32-list-wrapper ul li:nth-child(2),
.xlx32-list-wrapper ul li:nth-child(3) {
    width: 300px
}

.xlx32-list-wrapper ul li:nth-child(1) .xlx32-triangle,
.xlx32-list-wrapper ul li:nth-child(2) .xlx32-triangle,
.xlx32-list-wrapper ul li:nth-child(3) .xlx32-triangle {
    position: absolute;
    top: 0;
    left: 94%;
    width: 48px;
    height: 100%;
    z-index: 1;
    background: inherit;
    -webkit-transform: skew(-28deg);
    -moz-transform: skew(-28deg);
    -ms-transform: skew(-28deg);
    -o-transform: skew(-28deg);
    transform: skew(-28deg);
}

.xlx32-list-wrapper ul li:nth-child(1) {
    text-align: right;
}

.xlx32-list-wrapper ul li:nth-child(4) {
    text-align: left;
}

.xlx32-list-wrapper ul li:nth-child(1) .xlx32-item-inner-wrapper {
    margin-right: 60px;
}

.xlx32-list-wrapper ul li:nth-child(4) .xlx32-item-inner-wrapper {
    margin-left: 60px;
}

.xlx32-list-wrapper ul li:nth-child(1) .xlx32-item-inner-wrapper,
.xlx32-list-wrapper ul li:nth-child(4) .xlx32-item-inner-wrapper {
    display: inline-block;
    width: auto;
}

.xlx32-container .xlx32-img-wrapper .backstage-blocksEditor-wrap .backstage-componet {
    display: block;
} 

.xlx32-list-wrapper ul li:nth-child(1) {
    background: #7cb329;
}

.xlx32-list-wrapper ul li:nth-child(2) {
    background: #38a0ab;
}

.xlx32-list-wrapper ul li:nth-child(3) {
    background: #613f77;
}

.xlx32-list-wrapper ul li:nth-child(4) {
    background: #cd354b;
}
@media screen and (max-width: 1100px) {
    .xlx32-container .xlx32-list-wrapper ul li .xlx32-item-inner-wrapper {
        display: block;
        width: 100%;
        margin: 0;
    }
    .xlx32-container .xlx32-list-wrapper ul li {
        width: 50%;
        text-align:center
    }

    .xlx32-list-wrapper ul li:nth-child(3) .xlx32-triangle {
        display: block;
    }    

    .xlx32-list-wrapper ul li:nth-child(2) .xlx32-triangle {
        display: none;
    }
}


@media screen and (max-width: 568px) {
    .xlx32-container .xlx32-list-wrapper ul li {
        width: 100%;
    }

    .xlx32-list-wrapper ul li:nth-child(1) .xlx32-triangle,
    .xlx32-list-wrapper ul li:nth-child(3) .xlx32-triangle {
        display: none;
    }

    .xlx32-text-wrapper {
        font-size: 14px;
    }
}