.c-no {
  /*height: 150px;*/
}

.grey-bg {
  /*background: #ebebeb;*/
  color: #fff;
}

.counter-Txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*margin-top: 20px;*/
}

.counter-Txt span {
  display: block;
  font-size: 36px;
}

@media (min-width:320px) and (max-width:767px) {
  .c-no {
    height: 100%;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .counter-Txt {
    margin-top: 35px;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .margin-bot-35 {
    margin-bottom: 35px;
  }
}

