.block {
  position: relative;
  .counter {
    position: absolute;
    bottom: 0px;
    right: 15px;
    color: #adadad;
    z-index: 2;
  }
}