.total-investment {
    padding: 0;
}
.header-module {
    font-weight: 600;
}
.history-module {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    font-size: 24px;
}
.c1 {
    background: rgba(58, 58, 58, 0.4);
}
.c2 {
    background: rgba(40, 40, 40, 0.4);
}
@media (max-width: 768px) {
  /* show burger */
  .dashboard-bottom {
    margin-top: 1rem;
  }
  .history-module {
    padding: 1rem;
    grid-template-columns: 1fr 1.5fr 2fr;

    font-size: 18px;
  }
  .history-to {
    margin-right: 10px
  }
}