.fl-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fl-card {
  align-self: stretch;
  flex: 1 0 0;
}