    .banner {
        position: relative;
        background: url(/assets/images/Career-Banner-scaled\ \(1\).jpg) no-repeat center center/cover;
        height: 300px;
    }

    .banner-text {
        position: absolute;
        bottom: 20px;
        left: 30px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 10px 20px;
        font-size: 2rem;
        font-weight: bold;
    }

    .breadcrumb {
        background: #f8f9fa;
        margin: 0;
        padding: 10px 20px;
    }



    .Join Team {
        padding: 80px 0;
    }

    h1 {
        font-weight: 700;
    }

    .cta-banner {
        background-color: #232f67;
        color: #fff;
        padding: 40px 0;
        text-align: center;
        font-weight: 700;
        font-size: 1.5rem;
    }

    .modern {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-weight: 100;
        font-size: large;
    }

    .btn-career {
        background-color: #232f67;
        color: white;
    }

    .btn-career:hover {
        background-color: #232f67;
        color: white;
    }