.ms-caseban {
    height: 100%;
}

.ms-caseban-con {
    display: none;
    position: absolute;
    height: 625px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ms-caseban-con:first-child {
    display: block;
}

.ms-caseban-box {
    background: linear-gradient(to right, rgba(0,159,227,0.8) 0%, rgba(0,159,227,0.8) 75%, #000000 75%, rgba(120,190,32,0.8) 75%, rgba(120,190,32,0.8) 100%);
    width: 35%;
    height: 625px;
    position: absolute;
    top: 0;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding-left: 4%;
}
.ms-caseban-case {
     font-size: calc(1.5rem + 1.5vw);
    font-weight: 300;
    color: white;
    margin-bottom: 4%;
}
.ms-caseban-name {
    font-size: calc(1rem + 1vw);
    font-weight: 300;
    color: white;
    margin-bottom: 2%;
    margin-top: 5%;
}
.ms-caseban-text {
    font-size: calc(1rem + 1vw);
    font-weight: 400;
    color: white;
    margin-bottom: 3%;
    width: 90%;
}
.ms-caseban-anchor {
    font-size: calc(0.5rem + 0.5vw);
    font-weight: 400;
    color: white;
    margin: 4% 0% 0% 0%;
}
.ms-arrow {
        font-size: 1.5rem;
    color: rgba(255,255,255,0.9);
}

.ms-cb-arrow {
    position: absolute;
    top: 46%;
}  
.arrow-left {
    left: 2%;
}
.arrow-right {
    right: 2%;    
}

.ms-caseban-img {
    filter: brightness(0.5);
}


.ms-cb-divider {
    height: 665px;
}

.ms-caseban-marker-con {
   display: flex;
       justify-content: center;
       margin-bottom: 3%;
}

.ms-caseban-marker {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #E8E8E8;
    background-color: #E8E8E8;
    margin: 0 5px;
}


@media (max-width: 991px) {
    .ms-caseban-box {
        width: 70%;
        left: 15%;
}
}




@media (max-width: 768px) {
    .ms-caseban-con {
        height: 500px;
    }
    .ms-cb-divider {
        height: 520px;
    }
    .ms-caseban-box {
       height: 500px;
    }
}





