.future {
  width: 1020px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.future-item {
  width: 340px;
  height: 240px; 
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  background: rgba(30, 30, 30, 0);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	-moz-backdrop-filter: saturate(180%) blur(12px);
	-o-backdrop-filter: saturate(180%) blur(12px);
}

.future-item .photo {
  width: 161px;
  height: 161px;
  margin-top: 35px;
}

.future-item .line {
  width: 223px;
  height: 223px;
  position: absolute;
  left: 24px;
  top: 15px;
  z-index: 1;
}

.future-item .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.future-item .info h3 {
  color: #F7CA18;
  font-weight: 600;
  font-size: 21px;
  margin: 0;
  padding-left: 85px;
  padding-bottom: 17px;
}

.future-item .info span {
  width: 133px;
  height: 30px;
  background: #1e1e1e;
  font-size: 12px;
  font-weight: 600;
  color: #ACAEBF;
  display: flex;
  align-items: center;
  margin-left: 136px;
  margin-top: 7px;
  padding-left: 8px;
}

.future-item .info p {
  width: 247px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-left: 86px;
  margin-top: 40px;
}

.future-item:nth-child(2) {
  margin-top: 100px;
}

.future-item:nth-child(3) {
  margin-top: 200px;
}

.future-item:nth-child(4), .future-item:nth-child(7) {
  margin-top: -200px;
}
.future-item:nth-child(5), .future-item:nth-child(8) {
  margin-top: -100px;
}

.future-title {
  width: 866px;
  height: 560px;
  /* background: url('./../images/symbol_bg_2.jpg') no-repeat; */
  position: absolute;
  top: -292px;
  right: -200px;
  z-index: 1;
}

.future-title .future-title-symbol {
  width: 250px;
  height: 276px;
  background: url('./../images/symbol_2.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 382px;
  top: 128px;
  z-index: 2;
  transform-origin: 50%;
  animation: whySymbolMove 12s ease-in-out infinite alternate;
  animation-direction: alternate-reverse;
}

.future-title .future-title-img {
  width: 164px;
  height: 80px;
  background: url('./../images/future_title.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 246px;
  top: 242px;
  z-index: 1;
}