* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sandip_about_wcu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

.sandip_about_wcu .sandip_about_wcu_msin {
    height: 340px;
    width: 1300px;
    background: linear-gradient(to top, #031f42, #042b5b, #031f42);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.sandip_about_wcu .sandip_about_wcu_msin .text {

    width: 38%;
    margin-left: 3.5%;
    margin-right: 10px;

}

.sandip_about_wcu .sandip_about_wcu_msin .text p {
    color: yellow;
    font-size: 20px;
    font-family: cursive;
}

.sandip_about_wcu .sandip_about_wcu_msin .text h2 {
    color: #ffff;
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.sandip_about_wcu .sandip_about_wcu_msin .box {
    height: 60%;
    width: 170px;
    background: linear-gradient(to top, #072345, #253d5b);
    border: 1px solid white;
    border-radius: 5px;
    margin-left: 25px;
    color: #ffff;
    padding: 20px;
}

.sandip_about_wcu_msin .box div i {
    font-size: 50px;
}

.sandip_about_wcu_msin .box .count {
    font-size: 40px;
    font-weight: bold;
    margin-top: 40px;
}

.sandip_about_wcu_msin .box p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 5px;
}

.sandip_about_wcu_msin .right_side {
    position: absolute;
    bottom: -45px;
    right: -45px;
    height: 300px;
    width: 300px;
    border-radius: 999px;
    background-color: yellow;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sandip_about_wcu_msin .right_side img {
    height: 100%;
}

@media(max-width:1150px) {
    .sandip_about_wcu .sandip_about_wcu_msin {
        width: 900px;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .text {
        margin-right: 0px;
        width: 30%;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .text h2 {
        font-size: 35px;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .box {
        height: 60%;
        width: 150px;
        padding: 15px;
    }

    .sandip_about_wcu_msin .box div i {
        font-size: 40px;
    }

    .sandip_about_wcu_msin .box .count {
        font-size: 30px;
        margin-top: 50px;
    }

    .sandip_about_wcu_msin .right_side {
        height: 250px;
        width: 250px;
    }
}

/* ------- 900px ------- */
@media(max-width:900px) {
    .sandip_about_wcu .sandip_about_wcu_msin {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .text {
        width: 80%;
        margin-bottom: 20px;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .box {
        width: 180px;
        height: auto;
        margin-bottom: 15px;
    }

    .sandip_about_wcu_msin .right_side {
        position: relative;
        bottom: 0;
        right: -30px;
        margin-top: 20px;
    }
}

/* ------- 768px Tablets ------- */
@media(max-width:768px) {
    .sandip_about_wcu .sandip_about_wcu_msin {
        flex-direction: column;
        align-items: center;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .text {
        width: 90%;
        text-align: center;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .box {
        width: 80%;
        margin-left: 0px
    }
}

/* ------- 600px Phones ------- */
@media(max-width:600px) {
    .sandip_about_wcu .sandip_about_wcu_msin .text h2 {
        font-size: 28px;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .text p {
        font-size: 16px;
    }

    .sandip_about_wcu .sandip_about_wcu_msin .box {
        padding: 15px;
    }

    .sandip_about_wcu_msin .box div i {
        font-size: 35px;
    }

    .sandip_about_wcu_msin .box .count {
        font-size: 28px;
    }

    .sandip_about_wcu_msin .right_side {
        height: 180px;
        width: 180px;
    }
}

/* ------- 480px Small Phones ------- */
@media(max-width:480px) {
    .sandip_about_wcu .sandip_about_wcu_msin .text h2 {
        font-size: 24px;
    }

    .sandip_about_wcu_msin .box .count {
        font-size: 24px;
    }
}
