.imagem-cortada {
width: 100%;
background-image: url("imagens/Vector 9.png");
}
The HTML:
<section class="imagem-cortada conteudo-principal"><!--inicio sobre nos-->
<div class="container">
<div class="verde h2 fonte-bold">
Sobre nós
</div>
</div>
</section><!--fim sobre nos-->
Unfortunately, the image is not showing up on the page.