.actions-wrap {
  display: flex;
  align-items: center;
  justify-content: center;

  .action-item {
    flex: 1;
  }
}