.page-banner {
    position: relative;
    background-image: url('../img/footer.png');
    background-size: cover;
    background-position: center;
    height: 300px;
    margin-bottom: 50px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    color: #fff;
    padding: 20px;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 0;
} 