.hero-section {
    background: linear-gradient(rgba(0, 33, 71, 0.85), rgba(0, 33, 71, 0.85)),
        url('https://pssou.ac.in/ncc/images/01.jpeg');
    background-size: cover;
    background-position: center;
}

.ncc-blue {
    color: #002147;
}

.bg-ncc-blue {
    background-color: #002147;
}

.ncc-red {
    color: #ed1c24;
}

.border-ncc-red {
    border-color: #ed1c24;
}