.content-39 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.content-39 .content-wrapper {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 120px;
}

.content-39 .content-wrapper .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-39 .content-wrapper .item .title-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-39 .content-wrapper .item .title-row .icon {
  width: 40px;
  height: 40px;
}

.content-39 .content-wrapper .item .title-row .title {
  font-size: 30px;
  font-weight: bold;
  margin-left: 8px;
}

.content-39 .content-wrapper .item .desc {
  font-size: 20px;
  margin-top: 16px;
}

.content-39 .content-wrapper .item .qrcode-img {
  width: 200px;
  height: 200px;
  margin-top: 16px;
}


@media (max-width: 1100px) {
  .content-39 .content-wrapper {
    gap: 50px 80px;
  }

  .content-39 .content-wrapper .item .title-row .icon {
    width: 30px;
    height: 30px;
  }

  .content-39 .content-wrapper .item .title-row .title {
    font-size: 24px;
  }

  .content-39 .content-wrapper .item .desc {
    font-size: 16px;
  }

  .content-39 .content-wrapper .item .qrcode-img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .content-39 .content-wrapper .item {
    width: 100%;
    flex: auto;
  }
}