.hero-section {
    background-image: url('../images/banner_hero.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
}

.eligibility_section {
    background-image: url('../images/inner_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.eligibility_details {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}


@media (max-width: 768px) {
    .hero-section {
        background: none;
    }
}
    