.ce-wrapper > .ce .row .col-md-6:nth-child(even) p,
.ce-wrapper > .ce .row .col-md-6:nth-child(even) h1,
.ce-wrapper > .ce .row .col-md-6:nth-child(even) h2,
.ce-wrapper li.column.column2 h2,
.ce-wrapper li.column.column2 p {
    color: #fff!important;
    border-color: #fff;
}

.ce-wrapper li.column.column2 h1 {
    margin-top: 2px;
    color: #fff;
}


.ce-wrapper > .ce .row .col-md-6:nth-child(even),
.ce-wrapper li.column.column2{
    margin-top: 15px;
    padding-top: 15px;
}

.content-main-inner .ce-wrapper:nth-child(1) > .ce::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    background: rgba(0, 0, 0, 0.7) !important;
    width: 50%;
    z-index: -1;
}
.ce-wrapper > .ce .row .col-md-6:nth-child(even) {
    padding-right: 30px;
}

.ce-wrapper li.column.column2 h2 {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    color:#fff;
}
.ce-wrapper li.column.column2 p {
    color:#fff;
}
