.show_w_1200 {
  display: block;
}
.show_w_750 {
  display: none;
}
.W_1200 {
  width: 1200px;
}
.W_470 {
  width: 470px;
}
.insights-hub-wrapper .insights-content .header-banner {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  margin-top:80px;
}
.insights-hub-wrapper .insights-content .header-banner .txt-head {
  background: linear-gradient(90deg, #6A66EE 12.34%, #FFF 77.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: PoppinsBold;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 128px;
  line-height: 120px;
}
.insights-hub-wrapper .insights-content .header-banner .txt-top {
  color: #FFF;
  text-align: center;
  font-family: PoppinsBold;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 150px;
}
.insights-hub-wrapper .insights-content .header-banner .txt-content {
  margin: 0px auto;
}
.insights-hub-wrapper .insights-content .header-banner .txt_desribe {
  color: #FFF;
  text-align: center;
  font-family: Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin: 32px auto 0px;
}
.insights-hub-wrapper .insights-content .list_insights {
  display: flex;
  flex-wrap: wrap;
  margin: 72px auto 40px;
}
.insights-hub-wrapper .insights-content .list_insights .item {
  width: 384px;
  border-radius: 32px;
  border: 1px solid rgba(55, 52, 169, 0.2);
  background: #FFF;
  padding: 32px 32px 0px;
  margin-bottom: 24px;
  margin-right: 24px;
  position: relative;
  height: 535px;
  cursor: pointer;
}
.insights-hub-wrapper .insights-content .list_insights .item img {
  width: 100%;
  height: 213px;
}
.insights-hub-wrapper .insights-content .list_insights .item .item-sub-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.insights-hub-wrapper .insights-content .list_insights .item .item-sub-hd .date {
  color: #a3a1ad;
  font-size: 16px;
  line-height: 20px;
  font-family: Poppins;
  font-weight: 500;
}
.insights-hub-wrapper .insights-content .list_insights .item .item-sub-hd .type {
  height: 28px;
  line-height: 28px;
  padding: 0 16px;
  border-radius: 14px;
  background-color: #FF7F5C;
  color: #fff;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
}
.insights-hub-wrapper .insights-content .list_insights .item .title {
  color: #181433;
  font-family: SemiBold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-top: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.insights-hub-wrapper .insights-content .list_insights .item .insights_des {
  font-family: Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-top: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #181433;
}
.insights-hub-wrapper .insights-content .list_insights .item:nth-of-type(3n) {
  margin-right: 0px;
}
.insights-hub-wrapper .insights-content .show-more-btn {
  width: 196px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 64px;
  border-radius: 16px;
  font-family: Poppins;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(45deg, #5C58EB, #C48AFF);
  cursor: pointer;
}
