.title-bg { position: relative; height: 175px; display: flex; align-items: center; justify-content: center; }
.title-bg > img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: -2; }
.title-bg::after { position: absolute; content: ''; height: 100%; width: 100%; background: #002B6Ecf; top: 0; z-index: -1; }
.title-bg .title { font: 800 44.39px montserrat; color: var(--branco); text-align: center; }

@media(max-width: 990px){
    .title-bg { height: 130px; }
    .title-bg .title { font-size: 32px; }
}