/* ====================================================
*
* 	PLUGIN STYLES
*
* ==================================================== */


.counters {
  background-color: #001936;
}
.counters > div {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-around;
}

.counter-wrapper {
  margin: 3em 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.counter-wrapper h2 {
  margin: .5em 0 0;
  text-align: center;
  font-weight: bold;
  color: #7994b3;
}

.counter {
  border: 1px solid #b0ccec;
  font-size: 45px;
  background-color: rgba(0, 25, 54, .2);
  box-shadow: 0 0 17px rgba(121, 148, 178, .2);
  width: 150px;
  border-radius: 50%;
  color: #b0ccec;
  text-align: center;
  height: 150px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}