/* .Bca-reason-section
{
    margin-bottom: 7%;
} */
.Bca-reason-section .reason-img {
    width: 100%;
}

.Bca-reason-section .main-title h4 {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.Bca-reason-section .main-card {
    position: relative;
    background: 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    opacity: 1;
    margin-top: 12%;
}

.Bca-reason-section .main-card .overlay-color {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    bottom: 0;
    height: 30%;
    left: 0;
    position: absolute;
    width: 100%;
    transition: .2s ease;
}

.Bca-reason-section .main-card:hover .overlay-color {
    background: transparent linear-gradient(0deg, #FFFFFF00 -300%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
    height: 100%;
}

.Bca-reason-section .main-card:hover .overlay-text {
    top: 60%;
    transform: translate(0, -50%);
    width: 100%;

}

.Bca-reason-section .main-card:hover .overlay-text p {
    font-size: 18px;

}

.Bca-reason-section .main-card .overlay-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.Bca-reason-section .main-card .overlay-text p {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    padding: 0px 10px;
}

.Bca-reason-section {
    background-image: url('/public/assets/images/Courses/bca/reason-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 7% 0px;
}

@media (min-width:0px) and (max-width:768px) {
    .Bca-reason-section .main-card .overlay-text p {
        font-size: 12px;
    }

    .Bca-reason-section .main-card:hover .overlay-text p {
        font-size: 14px;
    }

    .Bca-reason-section .main-title h4 {
        font-size: 20px;
    }

    .Bca-reason-section .main-card {
        margin-top: 5%;
    }

    .Bca-reason-section .main-card:hover .overlay-text {
        top: 65%;
    }
}


@media (min-width:769px) and (max-width:991px) {
    .Bca-reason-section .main-card .overlay-text p {
        font-size: 12px;
    }

    .Bca-reason-section .main-card:hover .overlay-text p {
        font-size: 16px;
    }

    .Bca-reason-section .main-title h4 {
        font-size: 20px;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .Bca-reason-section .main-card:hover .overlay-text p {
        font-size: 16px;
    }

    .Bca-reason-section .main-card .overlay-text p {
        font-size: 12px;
    }

    .Bca-reason-section .main-title h4 {
        font-size: 25px;
    }

    .Bca-reason-section .main-card:hover .overlay-text {
        top: 55%;
    }
}