.img-back-institucional {
    background-image: url('/App_NovoRascunho/images/img-background/institucional-bk.jpg');
    background-size: cover;
	background-color: #FFF;
    background-position: center;
	background-repeat: no-repeat;
    width: 100%;
    height: 350px;
}

.title-institucional h2 {
    width: 100%;
    border-bottom: 2px solid #000000;
    color: #000;
}

.text-institucional {
    padding: 10px 0 ;
}