.case-study-slider-cards-wrap .owl-stage-outer {
    overflow: visible;
    z-index: 1;
}
.case-study-slider-cards > .container {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.case-study-slider-cards .cta-button a {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 16px 35px;
    border-radius: 10px;
}
.case-study-slider-cards .awards-badges p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}
.case-study-slider-cards h2 {
    margin-bottom: 20px;
}

.case-study-slider-cards .case-study-slider-cards-wrap .slider-card {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 27px 20px 0px rgba(212, 218, 224, 0.40);
    padding: 20px 20px 25px;
}

.case-study-slider-cards .case-study-slider-cards-wrap .slider-card {
    width: 280px;
    height: 330px;
    max-width: 100%;
    min-height: initial;
}
.case-study-slider-cards .highlights {
    width: 100%;
}
.case-study-slider-cards .slider-card img {
    max-width: 150px;
    width: 100%;
    height: auto;
}
.case-study-slider-cards .slider-card h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 120% */
    margin-bottom: 15px;
}
.case-study-slider-cards .slider-card p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 150% */
}

.case-study-slider-cards .slider-card a.btn {
    color: #272742;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 16px 30px;
    width: 100%;
    border-radius: 10px;
    background: #F0F0F4;
}

.case-study-slider-cards .headings {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
        
    .case-study-slider-cards .slider-card a.btn {
        padding: 20px 30px;
    }                
    .case-study-slider-cards .case-study-slider-cards-wrap .slider-card {
        padding: 30px 30px 35px;
    }
    .case-study-slider-cards .slider-card h3 {
        font-size: 50px;
        line-height: 60px;
    }
    .case-study-slider-cards .slider-card p {
        font-size: 20px;
        line-height: 30px; /* 150% */
    }

    .case-study-slider-cards .case-study-slider-cards-wrap .slider-card {
        width: 300px;
        height: 436px;
        
        max-width: initial;
        min-height: initial;
    }
    .case-study-slider-cards .headings {
        margin-bottom: 0;
    }

    .case-study-slider-cards > .container > .row > .col-md-6:first-child {
        z-index: 2;
    }
    .case-study-slider-cards > .container > .row > .col-md-6:first-child:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        z-index: -1;

        background: rgb(244,246,248);
        background: -moz-linear-gradient(90deg, rgba(244,246,248,1) 85%, rgba(244,246,248,0) 100%);
        background: -webkit-linear-gradient(90deg, rgba(244,246,248,1) 85%, rgba(244,246,248,0) 100%);
        background: linear-gradient(90deg, rgba(244,246,248,1) 85%, rgba(244,246,248,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f6f8",endColorstr="#f4f6f8",GradientType=1);
    }
    .case-study-slider-cards .cta-button a {
        padding: 20px 35px;
    }
}
@media (min-width: 992px) {
    .case-study-slider-cards h2 {
        font-size: 35px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .case-study-slider-cards .slider-card p {
        max-width: 90%;
        margin: 0 auto;
    }
}