.header {

  .title-and-crud {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .description {
    margin-top: 0;
    margin-bottom: var(--space-l) ;
  }

  border-bottom: 1px solid var(--color-primary);
  margin-bottom: var(--space-l);
}