.csi-body-8 .section-body{
    padding: 4% 10%;
    position: relative;
}

.csi-body-8 .section-body:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--body-gradient-desktop, #152127);
    opacity: .8;
}

.csi-body-8 .section-header{
    position: relative;
    text-align: center;
}

.csi-body-8 .section-header h2{
    color: var(--body-gradient-desktop-text, #fff);
    font-size: 3rem;
    padding-bottom: 4%;
    font-weight: 700;
}

.csi-body-8 h1,
.csi-body-8 h2,
.csi-body-8 h3,
.csi-body-8 h4,
.csi-body-8 h5,
.csi-body-8 h6{
    font-family: var(--primary-font, "Open Sans", sans-serif);
}

.csi-body-8 p,
.csi-body-8 ol,
.csi-body-8 ul,
.csi-body-8 a{
    font-family: var(--primary-font, "Open Sans", sans-serif);
}

.csi-body-8 .carousel-indicators{
    position: relative;
    padding-top: 4%;
}

.csi-body-8 .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .4s ease;
    opacity: 1;
    background-clip: inherit;
}

.csi-body-8 .carousel-indicators li.active{
    background-color: #fff;
}

.csi-body-8 .card{
    background-color: var(--body-card-background-desktop, #253137CF);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5%;
    height: 100%;
}

.csi-body-8 .card .card-body{
    text-align: center;
}

.csi-body-8 .card h4{
    font-weight: 700;
}

.csi-body-8 .card p{
    padding-bottom: 1rem;
}

.csi-body-8 .card p,
.csi-body-8 .card h4{
    color: var(--body-card-background-desktop-text, #fff);
}

.csi-body-8 .card a{
    background-color: var(--body-card-button-desktop, white);
    color: var(--body-card-button-desktop-text, #253137);
    border-radius: 50px;
    padding: .5rem 1.5rem;
    transition: all .4s ease;
    border: 1px solid var(--body-card-button-desktop, white);
    text-decoration: none;
}

.csi-body-8 .card a:hover,
.csi-body-8 .card a:focus{
    background-color: transparent;
    color: #fff;
}
@media(max-width: 992px) {
    .csi-body-8 .section-body:before {
        background-color: var(--body-gradient-mobile, #152127);
    }
    .csi-body-8 .section-header h2 {
        color: var(--body-gradient-mobile-text, #fff);
    }
    .csi-body-8 .card {
        background-color: var(--body-card-background-mobile, #253137CF);
    }
    .csi-body-8 .card p,
    .csi-body-8 .card h4{
        color: var(--body-card-background-mobile-text, #fff);
    }
    .csi-body-8 .card a {
        background-color: var(--body-card-button-mobile, white);
        color: var(--body-card-button-mobile-text, #253137);
        border: 1px solid var(--body-card-button-mobile, white);
    }
    .csi-body-8 .col-lg-4 {
        margin-bottom: 1rem;
    }

}
.mobile-view {
    .csi-body-8 .section-body:before {
        background-color: var(--body-gradient-mobile, #152127);
    }
    .csi-body-8 .section-header h2 {
        color: var(--body-gradient-mobile-text, #fff);
    }
    .csi-body-8 .card {
        background-color: var(--body-card-background-mobile, #253137CF);
    }
    .csi-body-8 .card p,
    .csi-body-8 .card h4{
        color: var(--body-card-background-mobile-text, #fff);
    }
    .csi-body-8 .card a {
        background-color: var(--body-card-button-mobile, white);
        color: var(--body-card-button-mobile-text, #253137);
        border: 1px solid var(--body-card-button-mobile, white);
    }
    .csi-body-8 .col-lg-4 {
        margin-bottom: 1rem;
    }
}