.section-cards.financing-account-management-section-cards .section-card {
  border-bottom: 1px solid #f4f4f4;
}

.section-cards.financing-account-management-section-cards
  .section-card:last-of-type {
  border-bottom-width: 0px;
}

.section-cards.financing-account-management-section-cards
  .section-card
  .section-card-inner {
  background: transparent;
  margin: 0;
  padding: 16px 0;
}

.section-cards.financing-account-management-section-cards .caret {
  margin: 5px;
}

@media screen and (min-width: 768px) {
  .section-cards.financing-account-management-section-cards .section-card {
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-bottom: 0px;
  }

  .section-cards.financing-account-management-section-cards .section-card {
    box-sizing: border-box;
    flex: 0 0 20%;
  }
}
