.section3{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 12rem 0 10rem;
    align-items: center;
}
.bck__section3{
    position: absolute;
    height: 74px;
    width:100%;
    background: #BB8D39;
    margin-top: -35px;
}
.incorp{
    width: 50%;
}
.incorp__post{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.incorp__post:hover{color: #FFFFFF;}
.incorp__post:focus{color: #FFFFFF;}
.incorp__title{
    font-weight: 800;
    font-size: 4.5rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #BB8D39;
}
.incorp__text{
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 150%;
    color: #FFFFFF;
    text-align: justify;
}
.incorp__btn{
    position: relative;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    width: 200px;
    height: 55px;
    padding: 1.8rem;
    top: 3rem;
}
.vantagens{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 40%;
    margin-left: 10%;
}
.vantagens__item{
    border: 1px solid rgba(187, 141, 57, 0.4);
    box-sizing: border-box;
    padding: 1rem 2rem 1rem 4rem;
    margin-bottom: 1.5rem;
}
.item{
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #BB8D39;
}