.container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    gap: 0px;
    padding: 0px;
    background: linear-gradient(135deg, #080808, #242124);
  }
  


  .item {
        /* flex: 1; */
    padding: 20px;
    /* background: #3498db; */
    color: #848482;
    /* text-align: center; */
  }
  
  .item-right {
    text-align: center; /* Прижимает элемент к правому краю */
  }