.case-study-section {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    background: rgba(240, 240, 243, 1);

}

.case-study-sec {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2%;
}

.single-case-study {
    width: 30%;
    background: linear-gradient(180deg, #F0F0F3 0%, #FFFFFF 100%);

}

.cs-img {
    width: 100%;
}

.single-texts {
    font-family: Quicksand;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--Color-Text-2, rgba(51, 51, 51, 1));
    padding-left: 5%;
    padding-right: 5%;
    height: 100px;
}

.check-btns {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}

.case-for-mobile {
    display: none;
}


@media(max-width:1248px) {
    .single-texts {
        height: 140px;
    }
}


@media(max-width:768px) {
    .single-texts {
        font-size: 16px;
    }
}

@media(max-width:700px) {
    .single-texts {
        height: 160px;
    }
}

@media(max-width:676px) {
    .single-texts {
        height: 180px;
    }
}


@media(max-width:425px) {
    .case-for-mobile {
        display: block;
    }

    .case-for-laptop {
        display: none;
    }

    .single-case-study {
        width: 48%;
    }

    .single-texts {
        font-size: 14px;
        height: 120px;
        line-height: 22px;
    }

}


@media(max-width:375px) {
    .single-texts {
        font-size: 14px;
        height: 120px;
    }
}

@media(max-width:330px) {
    .single-texts {
        font-size: 14px;
        height: 145px;
    }
}