.title-lancamentos:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 5px;
    background: #e0e4ed;
    bottom: -3px;
    left: 0px;
    border-radius: 4px;
}
.title-lancamentos {
    margin-top: 12px;
    border-bottom: 1px solid #e0e4ed;
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    width: 450px;
    color: var(--text-color-strong);
}

.card-lancamento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    margin: 0px;
}

.card-lancamento small {
    font-size: 65%;
}

.card-lancamento span {
    font-size: 80%;
}