.csi-body-4{
    padding: 5% 10%;
}

.csi-body-4 .body-4-card{
    padding: 10% 5%;
}

.csi-body-4 .card-image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
}

.csi-body-4 .card-image:before{
    content: '';
    background-color: #00000099;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 8px;
}

.csi-body-4 .card-body h1,
.csi-body-4 .card-body h2,
.csi-body-4 .card-body h3,
.csi-body-4 .card-body h4,
.csi-body-4 .card-body h5,
.csi-body-4 .card-body h6
{
    font-family: var(--primary-font, "Open Sans", sans-serif); 
    color: #fff;
    font-weight: 700;
}

.csi-body-4 .card-body p,
.csi-body-4 .card-body ol,
.csi-body-4 .card-body ul,
.csi-body-4 .card-body a{
    font-family: var(--secondary-font, "Open Sans", sans-serif);
    color: #fff;
}

@media (max-width: 992px) {
    .csi-body-4{
        padding: 5% 2%;
    }
}