.configure-new {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  header {
    margin-right: 1.25rem;
  }
  
}