.security-stats-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 50px;
}

.security-stats-count {
  color: #0099cc;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: -2px;
  margin-bottom: 4px;
  margin: 0 auto;
}

.security-stats-title {
  font-size: 15px;
  line-height: 19px;
  color: #969696;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
}