/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');*/

/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*    font-family: 'Montserrat', sans-serif;*/

/*}*/

/*.case-study-main {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    padding: 30px 0px 30px 0px;*/
/*    width: 100%;*/
/*    background: linear-gradient(250.15deg, #AFC4F9 1.6%, #FFFFFF 51.18%, #AAC0F9 92.57%);*/

/*}*/

/*.case-study-heading-one {*/
/*    font-weight: 500;*/
/*    font-size: 36px;*/
/*    line-height: 1.2;*/
/*    color: #000000;*/
/*}*/

/*.case-study-heading-two {*/
/*    font-weight: 900;*/
/*    font-size: 64px;*/
/*    line-height: 1.4;*/
/*    color: #2D64ED;*/
/*}*/

/*.case-study-cards {*/
/*    display: flex;*/
    /* With wrap, when there’s no more room, items move to the next row */
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
    /* With stretch, all cards in the same row match the height of the tallest one. */
/*    align-items: stretch;*/
/*    width: 100%;*/
    /* width: 865px; */
    /* max-width: 1000px; */
/*    gap: 40px;*/
/*    margin-top: 60px;*/
/*}*/

/*.case-study-card {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
    /* width: 100%; */
    /* max-width: 400px; */
/*    width: 400px;*/
/*    border: 1px solid #A2A0A0;*/
/*    border-radius: 26px;*/
/*    padding: 30px;*/
/*    gap: 20px;*/
    /*background-color: #fff;*/
/*}*/

/*.case-study-img-div {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

/*.case-study-img-div img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    border-radius: 12px;*/
/*}*/

/*.case-study-info {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*}*/

/*.case-study-case-name {*/
/*    font-weight: 700;*/
/*    font-size: 24px;*/
/*    line-height: 32px;*/
/*}*/

/*.case-study-name-span {*/
/*    color: #2D64ED;*/
/*}*/

/*.case-study-paragraph {*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 25px;*/
/*    text-align: justify;*/
/*}*/

/*.case-study-button-div {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/

/*.case-study-button-a {*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    padding: 10px 20px;*/
/*    border: 1px solid #2D64ED;*/
/*    border-radius: 25px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    color: #5e5c5c;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    transition: background-color 0.3s, color 0.3s;*/
/*}*/

/*.case-study-button-a:hover {*/
/*    background-color: #2D64ED;*/
/*    color: #fff;*/
/*}*/

/*@media (min-width: 2000px) {*/

/*    .case-study-cards {*/
/*        gap: 100px;*/
/*    }*/

/*    .case-study-card {*/
/*        width: 550px;*/
/*        padding: 40px;*/
/*    }*/

/*    .case-study-case-name {*/
/*        font-size: 36px;*/
/*        line-height: 42px;*/
/*    }*/

/*    .case-study-paragraph {*/
/*        font-size: 22px;*/
/*        line-height: 43px;*/
/*    }*/

/*    .case-study-button-a {*/
/*        font-size: 20px;*/
/*    }*/

/*}*/



/* Tablet */
/*@media (max-width: 768px) {*/

/*    .case-study-card {*/
/*        width: 340px;*/
/*    }*/

/*    .case-study-heading-one {*/
/*        font-size: 28px;*/
/*    }*/

/*    .case-study-heading-two {*/
/*        font-size: 48px;*/
/*    }*/

/*    .case-study-cards {*/
/*        gap: 30px;*/
/*        padding: 0 20px;*/
/*    }*/
/*}*/

/* Mobile */
/*@media (max-width: 550px) {*/

/*    .case-study-heading-one,*/
/*    .case-study-heading-two {*/
/*        text-align: center;*/
/*    }*/

/*    .case-study-heading-two {*/
/*        font-size: 36px;*/
/*    }*/

/*    .case-study-card {*/
/*        max-width: 90%;*/
/*        padding: 10px;*/

/*    }*/

/*    .case-study-button-div {*/
/*        justify-content: center;*/
/*    }*/

/*    .case-study-case-name {*/
/*        text-align: center;*/
/*    }*/
/*}*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;

}

.case-study-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0px 30px 0px;
    width: 100%;
    background: linear-gradient(250.15deg, #AFC4F9 1.6%, #FFFFFF 51.18%, #AAC0F9 92.57%);

}

.case-study-heading-one {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
}

.case-study-heading-two {
    font-weight: 900;
    font-size: 64px;
    line-height: 1.4;
    color: #2D64ED;
}

.case-study-cards {
    display: flex;
    /* With wrap, when there’s no more room, items move to the next row */
    flex-wrap: wrap;
    justify-content: center;
    /* With stretch, all cards in the same row match the height of the tallest one. */
    align-items: stretch;
    width: 100%;
    /* width: 865px; */
    /* max-width: 1000px; */
    gap: 40px;
    margin-top: 50px;
}

.case-study-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 100%; */
    /* max-width: 400px; */
    width: 400px;
    border: 1px solid #A2A0A0;
    border-radius: 26px;
    padding: 30px;
    gap: 20px;
    /* background-color: #fff; */
}

.case-study-img-div {
    width: 100%;
    height: auto;
}

.case-study-img-div img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.case-study-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-study-case-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.case-study-name-span {
    color: #2D64ED;
}

.case-study-paragraph {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.case-study-button-div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.case-study-button-a {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #2D64ED;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    color: #5e5c5c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
}

.case-study-button-a:hover {
    background-color: #2D64ED;
    color: #fff;
}

@media (min-width: 1600px) {

    .case-study-case-name {
        font-size: 26px;
    }

    .case-study-heading-one{
        font-size: 50px;
    }

    .case-study-paragraph {
        font-size: 17px;
        line-height: 35px;
    }

    .case-study-button-a{
                font-size: 18px;

    }

}

@media (min-width: 2000px) {

    .case-study-cards {
        gap: 100px;
    }

    .case-study-card {
        width: 550px;
        padding: 40px;
    }

    .case-study-case-name {
        font-size: 36px;
        line-height: 42px;
    }

    .case-study-paragraph {
        font-size: 22px;
        line-height: 43px;
    }

    .case-study-button-a {
        font-size: 20px;
    }

}


@media (min-width: 2500px) {

    .case-study-cards {
        gap: 100px;
    }

    .case-study-card {
        width: 650px;
    }

    .case-study-case-name {
        font-size: 40px;
        line-height: 50px;
    }

    .case-study-paragraph {
        font-size: 26px;
        line-height: 55px;
    }

    .case-study-button-a {
        font-size: 28px;
    }

}


/* Tablet */
@media (max-width: 768px) {

    .case-study-card {
        width: 340px;
    }

    .case-study-heading-one {
        font-size: 34px;
    }

    .case-study-heading-two {
        font-size: 48px;
    }

    .case-study-cards {
        gap: 30px;
        padding: 0 20px;
    }
}

/* Mobile */
@media (max-width: 550px) {

    .case-study-heading-one,
    .case-study-heading-two {
        text-align: center;
    }

    .case-study-heading-one {
        font-size: 28px;
    }

    .case-study-heading-two {
        font-size: 36px;
    }

    .case-study-card {
        max-width: 90%;
        padding: 10px;

    }

    .case-study-button-div {
        justify-content: center;
    }

    .case-study-case-name {
        text-align: center;
    }

    /* new */
    .case-study-cards {
        margin-top: 20px;
    }
}