/* Icones */
.ti{
    font-size: 20px;
}

/* Flexbox */
.d-flex-between{
    display: flex;
    justify-content: space-between;
}
