.stat-masonry-container {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  margin-bottom: 42px;
  margin-top: 32px;
}
.sm-header {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.stat-masonry-container:last-child {
  margin-bottom: 0;
}
.stat-masonry-item {
  padding: 60px 55px; 
  background-color: #121212;
  flex-grow: 1;
  width: calc(100% / 3 - 42px);
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .stat-masonry-item {
    width: 100%;
    padding: 40px;
  }
}
.sm-number {
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 16px;
  color: #fff
}
.sm-content {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}
.stat-masonry-container.sm-light .sm-content, .stat-masonry-container.sm-light .sm-content .sm-number {
  color: #fff;
}
.stat-masonry-container.sm-dark .sm-content, .stat-masonry-container.sm-dark .sm-content .sm-number {
  color: #454545;
}