.new-update {
  padding-bottom: 0;
  padding-top: 0;
}
.new-update h2 {
  font-size: 28px;
}
.new-update .menber-inner{
  max-width: 100%;
}
.new-update .menber-inner img {
  width: 100%;
}
.list-member-item {
  margin-top:24px;
}
.bg-new-member {
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  width: 10000px;
  background: linear-gradient(173.65deg, #172947 61.05%, rgba(23, 41, 71, 0) 123.88%), url(pattern-detail.png), #172947;
}
.founding-members h2 { color: #fff;}
.advisory-committee {
  margin-top: 32px;
}
.founding-members{
  z-index: 1;
}
.bg-col-right{ top: auto; width: 628px}
.bg-teamplate { overflow: hidden;}
@media (min-width: 768px) {
  .advisory-committee {
    margin-top: 40px;
  }
  .advisory-committee .menber-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .list-member-item {
    margin-top: 40px;
  }
  .d-xl-block {
    display: block !important;
  }
  .row-xl-reverse {
    flex-flow: row-reverse;
  }
  
  .founding-members .menber-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bg-new-member {
    left: 0;
  }
  
  .col-right-list {
    padding-left: 22px;
  }
  .advisory-committee {
    margin-top: 60px;
  }
  
}
@media (min-width: 1500px) {
  .new-update h2 {
    font-size: 38px;
  }
}

