.Who_we_are_sec {
    margin: 5% 0;
}

.Who_we_are_sec .img-sec .studentimg {
    height: auto;
    width: 100%;
}

.commontitle {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}

.commonsubtitle {
    color: #ac2944;
    font-size: 24px;
    font-weight: 400;
}

.Who_we_are_sec .content-sec .abt_dpu {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
}

.Who_we_are_sec .content-sec .flexuni {
    align-items: center;
    border: 1px solid #890c25;
    border-radius: 6px;
    display: flex;
    height: 100%;
    padding: 10px 0 10px 20px;
}

.Who_we_are_sec .content-sec .flexuni .icondiv {
    margin-right: 10px;
    min-width: 35px;
}

.Who_we_are_sec .content-sec .flexuni .icondiv .icon {
    height: auto;
    width: 30px;
}

.Who_we_are_sec .content-sec .flexuni .textdiv p {
    color: #ac2944;
    font-size: 16px;
    margin-bottom: 0;
    overflow-wrap: anywhere;
    text-align: left;
}

.Who_we_are_sec .ranked_div {
    background: linear-gradient(90deg, #ad314d, #792358, #491f3e 100%, #eeebed 0) !important;
    border-radius: 10px;
    margin: 50px 0;
    padding: 40px 0;
}

.Who_we_are_sec .ranked_div .bd-right {
    border-right: 1px solid #fff;
}

.Who_we_are_sec .ranked_div h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}

.Who_we_are_sec .ranked_div p {
    color: #ffd500;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.Who_we_are_sec .btn_holder {
    display: flex;
    justify-content: center;
}

.Red_Btn {
    background: linear-gradient(180deg, #e5345c, #792358) !important;
    border: none;
    border-radius: 5px;
    box-shadow: 0 3px 6px #00000029;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    min-width: 150px;
    padding: 0 10px;
    position: relative;
    align-items: center;
    display: flex;
}

.Red_Btn .icon_holder {
    align-items: center;
    display: flex;
}

.Red_Btn .btn_text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}

.Red_Btn .icon_holder {
    background: transparent;
    border-radius: 5px;
    height: 38px;
    justify-content: center;
    transition: .3s;
    width: 0;
}

.Red_Btn .icon_holder .icon {
    color: #fff;
    display: none;
    font-size: 14px;
}

.Red_Btn:hover .icon_holder .icon {
    display: block;
}

.Red_Btn:hover .icon_holder {
    width: 25px;
}


/* =================== Media Queries =================== */

@media (min-width:0px) and (max-width:574px) {
    .Who_we_are_sec .commontitle {
        font-size: 20px;
    }

    .commonsubtitle {
        font-size: 16px;
        margin-bottom: 0;
    }

    .Who_we_are_sec .ranked_div {
        margin: 30px 0;
        padding: 20px 10px;
    }

    .Who_we_are_sec .ranked_div h1 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .Who_we_are_sec .ranked_div p {
        font-size: 13px;
    }
}

@media (min-width:575px) and (max-width:767px) {
    .Who_we_are_sec .commontitle {
        font-size: 25px;
    }

    .commonsubtitle {
        font-size: 18px;
        margin-bottom: 0;
    }

    .Who_we_are_sec .ranked_div {
        margin: 30px 0;
        padding: 20px 10px;
    }

    .Who_we_are_sec .ranked_div h1 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .Who_we_are_sec .ranked_div p {
        font-size: 15px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .commontitle {
        font-size: 30px;
        line-height: 40px;
    }

    .commonsubtitle {
        font-size: 18px;
        margin-bottom: 0;
    }

    .Who_we_are_sec .content-sec .flexuni {
        padding: 10px 0 10px 10px;
    }

    .Who_we_are_sec .content-sec .flexuni .textdiv p {
        font-size: 14px;
    }

    .Who_we_are_sec .ranked_div h1 {
        font-size: 50px;
    }
}