<div style="display: flex; justify-content: center; align-items: center; height: 100vh;">
  <div class="malevich-number">
    <div style="width: 100%; display: flex; justify-content: center; margin-top: 20px;">
      <a href="tel:88002017191"
         style="
           background-color: red;
           color: white;
           padding: 12px 24px;
           text-decoration: none;
           font-size: 18px;
           font-weight: bold;
           border-radius: 8px;
           display: block;
           width: auto;
           max-width: 90vw;
         ">
        ☎ ПОЗВОНИТЬ
      </a>
    </div>
  </div>
</div>