/*IMPRENSA*/
.banner {
    background: url(https://edicoes.festivaljge.com.br/assets/images/jge24/site/topos/sobre.jpg);
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.titulo {
    position: absolute;
    top: 242px;
    background: var(--verde1);
    display: inline;
    font-family: var(--font2);
    font-size: 42px;
    padding: 0 100px 2px 100px;
    right: 0;
    color: var(--roxo);
    line-height: 56px;
}

span.nome {
    font-weight: 700;
    font-size: 20px;
    display: block;
}
span.email {
    display: block;
}
.release a {
    display: block;
    padding: 25px 25px;
    background: var(--verde2);
    width: 50%;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 0 32px 0;
}
.galeria a.hvr-pulse {
    font-size: 48px;
}
.col-md-6.Impp {
    padding: 40px;
}