/*! Strand UI | MIT License | dillingerstaffing.com */

.strand-card-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--strand-space-3);
  padding-bottom: var(--strand-space-2);
  border-bottom: 1px solid var(--strand-gray-200);
}
