section#counter-01 {
  position: relative;
  padding: 0;
  z-index: 3;
}

#counter-01 .section-block-parallax {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  padding: 90px 0
}

#counter-01 .countup-box {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  text-align: center;
  padding: 30px 20px
}

@media screen and (max-width: 991px) {
  #counter-01 .countup-box {
    margin: 20px 0
  }
}

#counter-01 .countup-box h4 {
  text-align: center;
  font-size: 45px !important;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin: 0
}

#counter-01 .countup-box h4:after {
  content: '';
  text-align: center;
  font-size: 45px !important;
  font-weight: 400;
  color: #fff;
  line-height: 130%;
  margin: 10px 0
}

#counter-01 .countup-box p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 130%;
  font-family: 'Poppins'
}

#counter-01 .countup-box p:before {
  content: '';
  text-align: center;
  display: block;
  width: 120px;
  height: 4px;
  background-color: #f9be06;
  margin: auto;
  border-radius: 80px;
  margin-bottom: 1rem
}