#contas {
    width: 100%;
    margin-top: 60px;
}

.botoes {
    width: 50%;
    margin-left: 25%;
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
}

.botoes .btn {
    width: 200px;
}


.secao {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.linha {
    padding: 10px;
    border-radius: 10px;
    background-color: #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 600px;
 }

.imagem {
    width: 60px;
    margin-top: 10px;
    text-align: center;
}

.imagem .svg-inline--fa {
    color: blueviolet;
    font-size: 30px;
    margin-left: 10px;
}

.texto {
    margin-top: 10px;
    padding-left: 20px;
    width: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
