.banner-pequeno-lado-titulo-bloque{
    margin-bottom: 30px;
}
.banner-pequeno-lado-titulo-bloque .field--name-body{
    padding: 8px;
    text-align: center;
}

@media (min-width: 576px){
    .banner-pequeno-lado-titulo-bloque{
	position: relative;
        margin-bottom: 0;
    }
    .banner-pequeno-lado-titulo-bloque .field--name-body{
	padding: 0;
        text-align: center;
        background: transparent;
        position: absolute;
        right: 74px;
        top: -20px;
        z-index: 2;
    }
}