.sec-counter{
  border-bottom: 1px solid #E6E7EB;
  padding-bottom: 12.8rem;
}
.counter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.counter-item{
  width: calc((100% / 4) - 1.2rem);
  margin-left: 1.6rem;
  text-align: center;
}
.counter-item:nth-child(4n + 1){
  margin-left: 0;
}
.counter-item:nth-child(n + 5){
  margin-top: 6.4rem;
}
.counter-icon{
  background: var(--gray-bg);
  width: 12rem;
  height: 12rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: 0 auto 2.8rem;
}
.counter-icon img{
  max-width: 100%;
  max-height: 100%;
}
.counter-info p{
  font-size: 1.6rem;
  line-height: 2rem;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .sec-counter {
    padding-bottom: 11.2rem;
  }
  .counter-item:nth-child(n + 5) {
    margin-top: 5.6rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-counter {
    padding-bottom: 9.6rem;
  }
  .counter-item:nth-child(n + 5) {
    margin-top: 5.6rem;
  }
  .counter-icon {
    width: 10rem;
    height: 10rem;
    padding: 2rem;
    margin: 0 auto 2.4rem;
  }
  .counter-info .h2{
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .counter-info p {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-counter {
    padding-bottom: 8.8rem;
  }
  .counter-item:nth-child(n + 5) {
    margin-top: 4.8rem;
  }
  .counter-icon {
    width: 10rem;
    height: 10rem;
    padding: 2rem;
    margin: 0 auto 2.4rem;
  }
  .counter-info .h2{
    font-size: 3rem;
    line-height: 4rem;
  }
  .counter-info p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-counter {
    padding-bottom: 7.2rem;
  }
  .counter-item {
    width: calc((100% / 3) - 1.1rem);
    margin-left: 1.6rem !important;
  }
  .counter-item:nth-child(3n + 1){
    margin-left: 0 !important;
  }
  .counter-item:nth-child(n + 4){
    margin-top: 4rem;
  }
  .counter-icon {
    width: 10rem;
    height: 10rem;
    padding: 1.6rem;
    margin: 0 auto 2rem;
  }
  .counter-info p {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
@media(max-width:767.98px){
  .sec-counter {
    padding-bottom: 6.4rem;
  }
  .counter-item {
    width: calc((100% / 2) - 0.8rem);
    margin-left: 1.6rem !important;
  }
  .counter-item:nth-child(2n + 1){
    margin-left: 0 !important;
  }
  .counter-item:nth-child(n + 3){
    margin-top: 3.2rem;
  }
  .counter-icon {
    width: 9rem;
    height: 9rem;
    padding: 1.6rem;
    margin: 0 auto 2rem;
  }
  .counter-info p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}