.about_us {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 210px;
}
.about_us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about_us .container .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
.about_us .container .item img {
  width: 510px;
  height: 515px;
  margin-bottom: 100px;
}
.about_us .container .item .box {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about_us .container .item .box .p1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 32px;
  color: #222222;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.about_us .container .item .box .p1  span{
    color: #C7D30A;
}
.about_us .container .item .box .p2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.about_us .container .item ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_us .container .item ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top:50px ;
}
.about_us .container .item ul li .sp1 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 500;
  font-size: 32px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.about_us .container .item ul li .sp2 {
  font-family: SF Pro Text, SF Pro Text;
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
