.main-one{
  width: 100%;
  height: auto;
}

.main-two img{
  width: 7.2rem;
  height: auto;
  margin:1.08rem 0px  0.72rem 1.02rem;
}
.main-two ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.24rem;
}
.main-two ul li{
  width: 8.95rem;
  height: 5.92rem;
  background: #23161A;
  padding:0.6rem
}
.main-two ul li h2{
  font-family: Poppins-Black;
  font-weight: 900;
  font-size: 0.5rem;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 0.18rem;
}
.main-two ul li p{
  font-weight: 400;
  font-size: 0.34rem;
  color: #FFFFFF;
  text-align: left;
}
.main-box{
  /* width: 1400px;
  margin: 0 auto; */
}
.main-three{
  opacity: 0; 
  animation: slideRight 1s ease forwards;
}
.main-three img,.main-four img{
 width: 27.8rem;
  height: auto;
}
.main-four{
  display: flex;
  justify-content: right;
  margin: 1.32rem 0;
  animation: slideLeft 1s ease forwards;
  opacity: 0; 
}
.main-four:last-child{
  margin-bottom:4.04rem ;
}