.fundo {
    height: 76px;
    background-repeat: no-repeat;
    background-position: center;
}

.fundo h3 {
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .fundo h3 {
        font-size: 32px;
        font-weight: 40px;
    }
}