.title-bg { position: relative; overflow: hidden; border-radius: 0 0 90px 90px; height: 430px; }
.title-bg > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.title-bg .title { position: relative; z-index: 1; height: 100%; }
.title .titulo { color: var(--branco); font: 53.65px garet; }
.title-bg .content { width: 50%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.title .text { font: 15px / 2 montserrat; color: var(--branco); margin-top: 35px; }


@media (max-width: 990px){
    .title-bg { background: var(--preto); height: auto; padding: 50px 0; }
    .title-bg > img { display: none; }
    .title-bg .content { width: 100%; }
    .title .titulo { font-size: clamp(35px, 4.5vw, 45px);; }
    .title .text { margin-top: 15px; }
}