.section {
  background-image: linear-gradient(90deg, #f67943 0%, #e99f56 100%);
  display: flex;
  align-items: center;
}

.section .img-big {
  height: 6rem;
}

.section .content {
  margin-left: 1.75rem;
  display: flex;
  align-items: center;
}

.section .content .item {
  text-align: center;
}

.section .content .item .icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.15rem;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section .content .item .icon-img {
  width: 0.875rem;
  height: 0.875rem;
}

.section .content .item .item-footer {
  color: white;
  font-size: 0.325rem;
}

.section .content .item1 {
  width: 2.75rem;
  position: relative;
  transform: translateY(-0.625rem);
}
.section .content .item1 .item-title {
  color: white;
  font-weight: bold;
  font-size: 0.425rem;
}

.section .content .item1 .img-qr {
  height: 2.5rem;
}

.section .content .item1 .item-footer {
  color: white;
  font-weight: bold;
  font-size: 0.3rem;
  position: absolute;
  white-space: nowrap;
  transform: translateX(-25%);
}

.section .content .arrow {
  width: 0.625rem;
  margin: 0 0.625rem;
}
