.renovacao__imagem{
    background: url(../../img/image-renovacao.png) no-repeat center center / cover;
    display: block;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.renovacao__imagem--img{ display: none; }

@media screen and (min-width: 778px) {
    .renovacao__imagem{
        background: none;
        height: 566px;
        max-height: 566px;
    }

    .renovacao__imagem--img{ display: block; }
}