.job-prospects {
    padding: 30px 0;
    /* background-image: url('/public/assets/images/university/dy-patil/job_prospect/bg-mobile.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(to bottom, #e5345c, #792358);
}

.job-prospects .white_section_heading {
    text-align: center;
}

.job-prospects .all_cards_holder {
    margin-top: 40px;
}


/* Card wrapper */
.job-prospects .job_card {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    height: 100%;
}

/* Hover effect */
.job-prospects .job_card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: #dcdcdc;
}

/* Image */
.job-prospects .job_card .job_img_holder {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.job-prospects .job_card .job_img_holder .job_img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

/* Title */
.job-prospects .job_card .job_title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-top: 8px;
    line-height: 1.3;
}



@media(min-width:0px) and (max-width:575px) {


    .job-prospects .white_section_heading {
        text-align: center;
        font-size: 18px;
    }

    .job-prospects {
        margin: 20px 0px;
    }

    .job-prospects .red_section_heading {
        font-size: 18px;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .job-prospects .red_section_heading {
        font-size: 20px;
    }
}


@media(min-width:992px) and (max-width:1199px) {

    .job-prospects .red_section_heading {
        font-size: 22px;
    }
}