.platform .list-platform{
  margin-top: 50px;
}
/* .wrapper-item{
/* } */
.list-platform .wrapper-item {
  padding: 0 15px;
}
.list-platform .wrapper-item .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 54px 0;
  gap: 24px;
  margin: auto;
  max-width: 1200px;
}
.title-platform{
  margin: 0 auto;
}
.list-platform .wrapper-item .content .description {
  max-width: 460px;
}
.list-platform .wrapper-item .content img{
  max-width: 612px;
  width: 50%;
}
.bg-nomal{
  background-image: url('../image/bg_platform_1.png');
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.bg-reverse{
  background-image: url('../image/bg_platform_2.png');
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.interconnected .features-line-shape{
  margin: 50px auto;
  max-width: 1290px;
  width: 100%;
  position: static !important;
}
.interconnected{
  margin: 0 36px;
}
.interconnected h2{
  margin-top: 60px;
  margin-bottom: 42px;
}
.interconnected .list-item-col{
  background: linear-gradient(0deg, var(--tg-primary-color) 0%, var(--tg-green) 47.60%, var(--tg-black) 91.23%);
  display: flex;
  border-radius: 0 0 20px 20px;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  padding: 64px 8px 100px;
}
.interconnected .list-item-col .list-item-row{
  display: flex;
  gap: 16px;
  max-width: 1200px;
  width: 100%;
}
.interconnected .list-item-col .list-item-row .block-item{
  padding: 42px;
  border-radius: 24px;
  /* background: linear-gradient(180deg, rgba(0, 255, 205, 0.00) 0%, rgba(254, 145, 145, 0.40) 100%), linear-gradient(180deg, #101622 0%, rgba(16, 22, 34, 0.20) 100%); */
  box-shadow: 0px -4px 4px 0px rgba(255, 255, 255, 0.60) inset, 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(20px);
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
  justify-content: center;
  align-items: center;
}
.interconnected .list-item-col .list-item-row .block-item .title-block{
  position: absolute;
  top: 0;
  left: 32px;
  transform: translateY(-50%);
  border-radius: 42px;
  padding: 8px 16px;
  border: 1px solid #273650;
  color: #00FFCD;
  z-index: 1;
  font-size: 14px;
  background: linear-gradient(180deg, #101622 0%, #101622 50%, rgba(16, 22, 34, 0.00) 100%);
}
.spacing-item{
  width: 100%;
  display: flex;
}
.h-mini{
  height: 30px;
}
.h-normal{
  height: 45px;
}
.h-small{
  height: 36px;
}
.max-w-top{
  width: 100%;
  max-width: 705px;
}
.max-w-bottom{
  max-width: 820px;
  width: 100%;
}

.item_1{

}
.item_2{
  
}
.item_3 .spacing-item{
  gap: 44px;
}
.item_4{
  width: calc(100% - 820px);
}
.h-big{
  height: 55px;
}
.sp-hide{
  display: flex;
}
.sp-show{
  display: none;
}