header{
    background: url(../img/proposta.jpg) no-repeat;
    background-size: cover;
}

.quem-somos{
    margin-top: 50px;
    margin-bottom: 50px;
}

.quem-somos h3{
    color: #41B1F1;
    font-weight: bold;
}

.quem-somos p{
    text-align: justify;
}

.quem-somos img{
    width: 100%;
    border-radius: 25px;
}

.citacao{
    background-color: #41B1F1;
    color: #fff;
    padding: 20px;
}

.texto2{
    
    background: url(../img/fundo-2.jpg);
    padding: 50px;
}

.texto2 .box{
    background-color: #41B1F1;
    border-radius: 30px;
}

.texto2 p{
    text-align: justify;
    margin-bottom: 0 !important;
    color: #fff;
    padding: 10px;
}