﻿.counter-bg {
  padding: 0 0 60px 0;
}

.level {
  margin: 0;
  background: url("../counter2/counter-line.png") repeat-x center center;
  text-align: center;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1200px)  {
  .level {
    background: none;
  }
}
.level-item {
  display: inline-block;
  width: 235px;
  margin: 10px 23px;
  position: relative;
  padding: 10px 10px 10px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  background-color: #ffffff;
}

.heading {
  font-size: 15px;
  overflow: hidden;
  color: #4d6275;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 0px;
  position: absolute;
  top: 75px;
  z-index: 99;
  left: 0;
  right: 0;
  margin: auto;
}

.title-counter {
  margin-top: 26px;
  color: #9abedca3;
  font-size: 79px;
  padding: 0px;
  font-weight: 700;
  /* margin: 0; */
  padding-bottom: 0px;
  margin-bottom: 0;
  margin-inline: auto;
}
