.glr-hero {
    position: relative;
    height: 430px;
    background-image: url("../imgs/galleries/headerGlr.png");
    background-size: cover;
    background-position: center;
}

.glr-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.glr-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
}

.glr-content h1 {
    font-weight: 700;
    color: #FF9500;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.glr-content p {
    max-width: 600px;
    margin: 10px auto 0;
    color: #000;
    font-size: 1.2rem;
}