.title-bg { height: 220px; background: url('./content/title-bg.png') no-repeat center center var(--cor1); }
.title-bg .title { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--branco); font: 300 58.79px roboto;}
.title-bg .title b { font-weight: 700; }

@media(max-width: 990px){
    .title-bg { height: 170px; }
    .title-bg .title { font-size: clamp(30px, 5vw, 58.79px); }
}