.evolution-expansion-industries {
    display: block;
}
.evolution-expansion-industries__mobile.owl-carousel.owl-loaded {
    display: none;
}
.evolution-expansion-industries .title_content_block {
    padding-bottom: 2.4em;
}
.background_image {
    background-image: url("../img/arrow_right_img_background.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.content-top-block {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 6em;
}
.content-top-block-item {
    /*width: calc( 100% / 5 );*/
    margin-top: 0;
    flex: 1;
}

.content-top-block-item:nth-child(5) {
    margin-top: 0em;
}
.content-top-block-item:nth-child(4) {
    margin-top: 3.3em;
}
.content-top-block-item:nth-child(3) {
    margin-top: 6.6em;
}
.content-top-block-item:nth-child(2) {
    margin-top: 9.9em;
}
.content-top-block-item:nth-child(1) {
    margin-top: 13.2em;
}
.content-top-block-item p {
    padding-right: 1.7em;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -0.19px;
}
.content-bottom-block {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 3em;
}
.content-bottom-block-item {
    position: relative;
    /*width: calc( 100% / 5 );*/
    border-top: 2px #CCC solid;
    padding-right: 1.7em;
    padding-top: 2em;
    flex: 1;
}
.content-bottom-block-item:first-child:before {
    content: "";
    position: absolute;
    border-top: 2px #CCC solid;
    width: 100%;
    top: -2px;
    right: 25%;
}
.content-bottom-block-item:last-child:before {
    content: "";
    position: absolute;
    border-top: 2px #CCC solid;
    width: 100%;
    top: -2px;
    left: 25%;
}
.content-bottom-block-item h3 {
    background-color: #CDFF3A;
}
.content-bottom-block-list {
    position: relative;
    padding-top: 1.2em;
    padding-left: 1em;
}
.content-bottom-block-list::before {
    content: '+';
    position: absolute;
    left: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.26;
}
.content-bottom-block-list li {
    color: #000;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.26;
    /*background-color: #CDFF3A;*/
    margin-bottom: 0.8em;
}
.square_black {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    background-image: url('../img/square_black.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.evolution-expansion-industries__mobile {
    overflow: hidden;
}
.content-blocks-item .content-top-block-item,
.content-blocks-item .content-bottom-block-item {
    width: 100%;
}
.content-blocks-item .content-top-block-item {
    padding-bottom: 2em;
    padding-top: 2em;
    padding-right: 0em;
}
.content-blocks-item .content-bottom-block-item {
    padding-right: 0em;
}
.content-blocks-item .content-bottom-block-item:first-child:before {
    content: none;
}
.content-blocks-item .content-bottom-block-item:last-child:before {
    content: none;
}

@media screen and (max-width: 767px) {
    .content-top-block,
    .content-bottom-block {
        display: none;
    }
    .evolution-expansion-industries__mobile.owl-carousel.owl-loaded {
        display: flex;
    }
    .content-top-block-item:nth-child(1) {
        margin-top: 0;
    }
}