.main {
  margin: 0 auto;
  width: 1200px;
}
.main-wrap {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-img {
  width: 272px;
  height: 510px;
  margin-right: 200px;
}

.icon2-img {
  width: 254px;
  height: 386px;
}
.platform {
  margin-top: 100px;
}
.platform-img {
  width: 120px;
  height: 174px;
}
.ios-img-wrap {
  width: 272px;
  margin-right: 200px;
  padding-left: 90px;
  box-sizing: border-box;
}
.android-img-wrap {
  width: 254px;
  display: flex;
  justify-content: center;
}
.android-img {
  width: 184px;
}
.club {
  justify-content: space-between;
  margin-top: 20px;
}
.club-img {
  width: 280px;
}
