@import "../SCSS_Helpers/colors";
@import "../SCSS_Helpers/mixins";

.financials-list-buttons{
  list-style-type: none;
  display: flex;
  justify-content: center;

  .money-multiplier-button{
    @include cardButton;
  }
  .money-for-growth-button{
    @include cardButton;
  }
  .cash-flow-analysis-button{
    @include cardButton;
  }
}