.csi-body-2{
    padding: 1.5rem 5%;
    background: var(--body-background-desktop, transparent);
}

.csi-body-2 .body-2-card{
    padding: 15% 5%;
}

.csi-body-2 .card-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: unset !important;
}
.csi-body-2 .card-body {
    position: relative !important;
    background: transparent; 
}
.csi-body-2 .card-image:before{
    content: '';
    /* background-color: var(--body-background-desktop-text, #000000); */
    background-color: #000;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    opacity: .6;
}

.csi-body-2 .col-lg-6:first-child .card-image,
.csi-body-2 .col-lg-6:first-child .card-image:before{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.csi-body-2 .col-lg-6:last-child .card-image,
.csi-body-2 .col-lg-6:last-child .card-image:before{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.csi-body-2 .card-body h1,
.csi-body-2 .card-body h2,
.csi-body-2 .card-body h3,
.csi-body-2 .card-body h4,
.csi-body-2 .card-body h5,
.csi-body-2 .card-body h6
{
    font-family: var(--primary-font, "Open Sans", sans-serif); 
    /* color: var(--body-background-desktop-text, #fff); */
    font-weight: 700;
    /* filter: invert(1); */
    color: white;
}

.csi-body-2 .card-body p,
.csi-body-2 .card-body ol,
.csi-body-2 .card-body ul,
.csi-body-2 .card-body a{
    font-family: var(--secondary-font, "Open Sans", sans-serif);
    color: #fff;
}


@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .csi-body-2{
        padding: 5% 2%;
        background: var(--body-background-mobile, transparent);
    }
    
    .csi-body-2 .col-lg-6:first-child .card-image,
    .csi-body-2 .col-lg-6:first-child .card-image:before{
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
    }

    .csi-body-2 .col-lg-6:last-child .card-image,
    .csi-body-2 .col-lg-6:last-child .card-image:before{
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
    }
}

.mobile-view {
     .csi-body-2{
        padding: 5% 2%;
        background: var(--body-background-mobile, transparent);
    }
    
    .csi-body-2 .col-lg-6:first-child .card-image,
    .csi-body-2 .col-lg-6:first-child .card-image:before{
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
    }

    .csi-body-2 .col-lg-6:last-child .card-image,
    .csi-body-2 .col-lg-6:last-child .card-image:before{
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
    }
}