.main-container-conteudo-empresa {
    width: 60%;
    min-height: 100px;
}

main {
    display: flex;
    justify-content: center;
    /* margin: 0 0 40px 0; */
}

main h1 {
    font-weight: 400;
    margin: 10px 0;
}

h2 {
    margin: 20px 0;
    font-weight: 300;
}

p {
    margin: 20px 0;
    font-weight: 200;
}


ul {
    margin: 0px 20px;
}
.itens li {
    font-weight: 200;
}

main {
    background: none;
    background-color: white;
}