.gl-hero-inner{
    border-top:4px solid #000;
    padding-top:1rem;
    text-align:center;
    max-width:900px;
    margin:0 auto;
}
.gl-hero-title{
    font-size:2rem;
    font-weight:800;
    margin:0 0 1rem 0;
}
.gl-hero-title a{
    color:#000;
    text-decoration:none;
}
.gl-hero-image-wrap{
    max-width:650px;
    margin:0 auto;
}
.gl-hero-image{
    width:100%;
    height:auto;
    object-fit:cover;
    border-radius:4px;
}
@media(max-width:600px){
    .gl-hero-image-wrap{max-width:90%;}
    .gl-hero-title{font-size:1.6rem;}
}
