    .banner {
        position: relative;
        background: url(/assets/images/contact\ banner.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;
    }

    