container in cross axis but align-items didnt work here are html and css code tanks for your answers :)
.banner .black .content {
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
}<div class="banner">
  <div class="black">
    <div class="content">
      <h1>شرکت بازرگانی قطعات آسانسور</h1>
      <button>تماس با ما</button>
    </div>
  </div>
</div> 
     
    