/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
  width: 49%;
}
.col_third {
  width: 32%;
}
.col_fourth {
  width: 23.5%;
}
.col_fifth {
  width: 18.4%;
}
.col_sixth {
  width: 15%;
}
.col_three_fourth {
  width: 74.5%;
}
.col_twothird {
  width: 66%;
}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
  position: relative;
  display: inline;
  display: inline-block;
}
.end {
  margin-right: 0 !important;
}
/* Column Grids End */

.counter-number-wrapper {
  position: relative;
  padding: 45px;
  margin-bottom: 24px;
  width: 100%;
  background-color: #f7f7f7d4;
}
.counter-number-wrapper > .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.counter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 992px){
  .counter {
    width: 50%;
    margin-block: 15px;
  }
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  color: #005ab9;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.count-text {
  font-size: 20px;
  font-weight: normal;
  padding-top: 10px;
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
}
.counter img {
  margin: 0 auto;
  float: none;
  display: table;
  height: 60px;
}
.counter > a{
  height: 100%;
  display: flex;
  flex-direction: column;
}
