.text-justify{
    text-align: justify;
}

.text-center{
    text-align: center;
}

h5{
    color: #0A3873;
}

h6 .title {
    color: #1B6FC0;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.solucao .botao {
    align-items: center;
    background: #2A7DE1;
    border-radius: 8px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
    padding: 16px 28px;
    transition: all .7s;
}

.solucao .botao-pequeno {
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
    margin-top: 30px;
    padding: 13px 28px;
}

.solucao .separacao-conteudo {
    margin-top: 50px;
}


.solucao .image-content{
    width: 350px;
    margin: 0 auto;
}

.solucao h1{
    max-width: 100%;
