ul.app {
  display: flex;
  justify-content: space-between;
}

ul.app li {
  width: 577px;
}

ul.app li:nth-child(1) {
  width: 560px;
}

ul.app p {
  width: 100%;
}

ul.app img {
  margin: 55px 0;
}

.bottom {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

