#bloco-estrutura{
    background-color: #F2F2F2;
}

#bloco-estrutura .box-titulo-secao{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    text-align: center;
}

#bloco-estrutura .box-titulo-secao:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #434A51;
}

#bloco-estrutura h2{
    font-weight: 700;
    letter-spacing: 1px;
    color: #D6AA84;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
    background-color: #F2F2F2;
    margin-bottom: 0;
    padding: 0 1.68rem;
}

@media (min-width: 992px){
    #bloco-estrutura h2{
        font-size: 3.2rem;
    }
}



