.section-projetos .title-projetos{
    font-size:25px;
    color: #E0672D;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.section-projetos  .fundo-laranja .title-projetos{
    color: #FFF;
}
.section-projetos .fundo-laranja{
    background: #E0672D;
    color: #FFF;
    padding: 45px 70px 20px 20px;
    font-size: 17px;
    text-align: right;
}
.section-projetos .fundo-cinza{
    background: #EBEBEB;
    color: rgb(69, 95, 110);
    padding: 70px 70px 20px 70px;
    font-size: 14px;
    text-align: left;
}

.section-projetos .fundo-branco{
    background: #FFF;
    color: rgb(69, 95, 110);
    padding: 70px 70px 20px 70px;
    font-size: 14px;
    text-align: left;
}

.background-orange{
    height: 700px;
    margin-top: -630px!important;
    background: #E0672D;
    width: 100%;
}