.main{
  width: 100%;
  min-height: 15.76rem;
  background: url('../images/products/partner-bg.png') #fff no-repeat;
  background-size: 100% 15.76rem;
  background-position: top left;
}
.main-one {
  padding: 11.53rem 1rem 3.4rem;
  /* 
  max-width: 10rem;
  margin: 0.5rem auto; */
}

h2 {
  width: 100%;
  padding-top: 0.94rem;
  background: #fff;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000000;
  text-align: center;
}
.intro {
  width: 100%;
  background: #fff;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.3rem;
  padding: 0px 30% 1.14rem;
}

.section-box {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1.68rem;
}



.logo {
  width: 5.4rem;
  height: auto;
}

.company-name {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.8rem;
  color: #000000;
  line-height: 0.72rem;
  text-align: left;
  margin-top: 0.34rem;
  margin-bottom: 0.62rem;
}
.company-desc {
  width: 10.12rem;
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.72rem;
  text-align: left;
}

.right-section {
  margin-left: 1.72rem;
}

.right-section p {
  width: 12.34rem;
  height: auto;
  background: #F9F9F9;
  margin-bottom: 0.48rem;
  padding: 0.5rem;
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #000000;
  text-align: left;
}