.secao.sobre-conselhos{
    padding-bottom: 100px;
}

.tipo-conselho{
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
}
.line-bottom-header-conselhos{
    left: -50px;
    width: 20000px;
    opacity: 1;
}
.sobre-conselho-content{
    margin: -50px 0px 0 0px;
    padding: 0px 75px 0px 190px;
    max-width: 100%;
}
.sobre-conselhos__info-contato{
    margin-bottom: 50px;
}
.info-contato__intro{
    display: block;
    color: #44A2FF;
    font-size: 18px;
}
.info-contato__email{
    display: block;
    color: #000000;
    font-size: 15px;
    margin-left: 2px;
    overflow-wrap: anywhere;
}
.info-contato__email--ic{
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    min-width: 18px;
    min-height: 15px;
    margin-right: 5px;
}
.info-contato__email--ic.conselho-tematico{background-image: url(../../img/custom/ic-email-conselho-tematico.svg);}
.info-contato__email--ic.conselho-setorial{background-image: url(../../img/custom/ic-email-conselho-setorial.svg);}
.info-contato__email a{color: #000;line-height: normal;}
.sobre-conselhos__body{
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
.sobre-conselhos__body strong,
.sobre-conselhos__body bold{
    font-weight: 700
}
@media (max-width: 992px){
    .tipo-conselho.tipo-conselho{
        font-size: 18px;
    }
    .line-bottom-header-conselhos{
        display: none
    }
    .sobre-conselho-content{
        padding: 0px 75px 0px 115px;
        margin-top: -35px;
    }
    .sobre-conselhos__info-contato{
        margin-bottom: 30px;
    }
}

@media (max-width: 768px){
    .tipo-conselho.tipo-conselho{
        font-size: 14px;
    }
    .line-bottom-header-conselhos{
        display: none
    }
    .sobre-conselho-content{
        padding: 0px 15px;
        margin-top: 0;
    }
}