/*h3 {
  font-size: 1.33rem;
}

h4 {
  font-size: 0.54rem;
}

h6 {
  font-size: 0.83rem;
  margin-bottom: 0.54rem;
}*/

/*p {
  font-size: 0.54rem;
  text-align: left;
}*/
/*p .p3 {
   font-size:1.25rem
}
p .p4 {
   font-size:0.812rem
}*/

.project, .special, .advantage {
  text-align: center;
  padding: 1rem;
}

.project-item, .special-item {
  margin: 2rem 0;
  flex-wrap: wrap;  
}

.project-item li {
  margin-bottom: 0.5rem;
}



.project-item__text {
  bottom: 1rem;
  left: 0;
  right: 0;
  /*padding: 0 1.25rem;*/
  padding:0.5rem;
  color: #fff;
}

.special-item {
  padding: 1rem 2rem 0 2rem;
}

.special h6 {
  text-align: left;
}

.special img {
  width: 4.58rem;
  margin-right: 0.5rem;
}

.special li {
  width: 45%;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: flex-start;
}


