.Benifits_Of_Mba {
    margin: 120px 0px 50px;
}

.Benifits_Of_Mba .benifits_swiper {
    padding: 20px;
}

.Benifits_Of_Mba .benifits_swiper .benifits_card {
    background: linear-gradient(145deg, #0f0f0f, #1a1a1a);
    color: #fff;
    height: 260px;
    padding: 25px 20px 40px;
    border-radius: 18px;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
}

/* BOTTOM ICON BLOCK */
.Benifits_Of_Mba .benifits_swiper .benifits_card .img_holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 55px;
    background: linear-gradient(180deg, #ff6a00, #ff9900);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Benifits_Of_Mba .benifits_swiper .benifits_card .img_holder .img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* TEXT */
.Benifits_Of_Mba .benifits_swiper .benifits_card .title_text {
    /* display: none; */
    background: linear-gradient(90deg, #ff6a00, #ff9900);
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;

    box-shadow: 0 5px 15px rgba(255, 106, 0, 0.4);
}

.Benifits_Of_Mba .benifits_swiper .benifits_card .descn_text {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    -webkit-line-clamp: 5;
}

/* HOVER */
.Benifits_Of_Mba .benifits_swiper .benifits_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 106, 0, 0.25);
}

@media (min-width: 0px) and (max-width: 991px) {
    .Benifits_Of_Mba {
        margin: 50px 0px 10px;
    }
}