.banner-section {
    background-image: url('/static/images/idn/idn-2.jpg');
    background-position: center 65%;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(10, 22, 42, 0.5), rgba(10, 22, 42, 0.25));
        z-index: 1;
    }

    .banner-content {
        z-index: 2;
    }
}