.top-bg {
  background-image: none !important;
}
.InvestmentStrategies-item {
  width: 590px;
  height: 580px;
  background: #ffffff;
  margin-bottom: 22px;
}
.InvestmentStrategies-list,
.BusinessCoverage-list,
.CoreValues-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  margin-bottom: 75px;
  margin-top: 48px;
}
.InvestmentStrategies-item__pic {
  width: 122px;
  height: 122.15px;
  margin-top: 51px;
  margin-bottom: 24px;
}
.InvestmentStrategies-item__pic img {
  width: 100%;
  height: 100%;
}
.InvestmentStrategies-item__title {
  font-weight: 600;
  font-size: 18px;
  color: #3e3e3e;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}
.InvestmentStrategies-item__txt {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 30px;
  font-family: Arial, sans-serif;
  padding: 0 50px;
}
.InvestmentStrategies-item__txt p {
  margin-top: 30px;
}
.BusinessCoverage {
  background: #333333;
  overflow: hidden;
}
.BusinessCoverage-item {
  width: 285px;
  height: 378px;
  background-color: #ffffff;
}
.BusinessCoverage-item > img {
  width: 100%;
  height: 250px;
}
.BusinessCoverage-item__title {
  font-weight: bold;
  font-size: 18px;
  color: #3e3e3e;
  letter-spacing: 0;
  line-height: 30px;
  margin-left: 30px;
}
.BusinessCoverage-item:first-child {
  background-image: url("/english/static/image/investmentServices/group15.png");
  background-size: 100% 100%;
  padding-left: 30px;
  line-height: 28px;
  color: #ffffff;
}
.BusinessCoverage-item:first-child > h5 {
  margin: 103px 0 0px 0;
  font-size: 18px;
  font-weight: bold;
}
.BusinessCoverage-list {
  margin-top: 62px;
  margin-bottom: 86px;
}
.CoreValues-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 60px;
}
.CoreValues-pic > img {
  width: 906px;
  height: 395px;
}
.CoreValues-item {
  width: 285px;
  height: 100px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial-BoldMT;
  font-weight: bold;
  font-size: 14px;
  color: #3e3e3e;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}
.CoreValues-list2 {
  list-style-type: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.CoreValues-item2 {
  width: 1200px;
  height: 145px;
  background: #f3f3f3;
  margin-bottom: 20px;
  padding: 33px 30px;
  display: flex;
}
.CoreValues-item2 h5 {
  color: #3e3e3e;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
.CoreValues-item2_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CoreValues-item2 p {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}
.CoreValues-item2 > img {
  width: 76px;
  height: 76px;
  margin-right: 64px;
}
