.ol-counter-block {
  text-align: center;
  margin: 30px;
}
.ol-counter-block .ol-counter-content {
  margin: 35% 0 35% 0;
}
.ol-counter-block .ol-counter-content .ol-counter-circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #0099ff;
  margin-right: -0.25em;
}
.ol-counter-block .ol-counter-content .ol-counter-circle .ol-counter-number {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
}
.ol-counter-block .ol-counter-content .ol-counter-circle .ol-number-suffix {
  margin-left: 5px;
  font-family: 'Avenir-Book';
  font-size: 90%;
}
.ol-counter-block .ol-counter-content .ol-counter-circle .ol-counter-text {
  font-size: 110%;
  max-width: 150px;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */