.sec-counter{
  position: relative;
  padding: 8.8rem 0 12rem;
  background: url(../images/couter-bg.jpg);
  background-size: cover;
  background-position: center;
}
.counter-item{
  text-align: center;
}
.counter-no{
  font-size: 10.4rem;
  color: #EE7204;
  font-weight: 400;
  line-height: 7.9rem;
  margin-bottom: 2rem;
}
.counter-no:last-child{
  margin-bottom: 0;
}
.counter-item p{
  font-size: 2rem;
  line-height: 160%;
  font-weight: 300;
}
@media(min-width:1200px) and (max-width:1307.98px){
  .sec-counter {
    padding: 7.2rem 0 11.2rem;
  }
  .counter-no {
    font-size: 9.4rem;
    line-height: 6.9rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-counter {
    padding: 6.4rem 0 9.6rem;
  }
  .counter-no {
    font-size: 8.4rem;
    line-height: 5.9rem;
  }
  .counter-item p {
    font-size: 1.8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-counter {
    padding: 6.4rem 0 8rem;
  }
  .counter-no {
    font-size: 6.4rem;
    line-height: 4.9rem;
  }
  .counter-item p {
    font-size: 1.7rem;
  }
}
@media(max-width:767.98px){
  .sec-counter {
    padding: 6.4rem 0;
  }
  .sec-counter .title {
    text-align: center;
  }
  .counter-list .col-md-4:nth-child(n + 2){
    margin-top: 4rem;
  }
  .counter-no {
    font-size: 5.4rem;
    line-height: 3.9rem;
    margin-bottom: 1.6rem;
  }
  .counter-item p {
    font-size: 1.7rem;
  }
}