.display-2 {
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -.125rem !important;
    padding-right: 2rem !important;
  }

.heavyweight {
  font-weight: 600 !important;
}

.sr-stats .stat {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1267px)  {
    .sr-stats .stat {
      margin-bottom: 0;
    }

    .sr-stats .stats-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sr-stats .stats-wrapper div {
        -webkit-box-flex: 33%;
        -ms-flex: 33%;
        flex: 33%;    
  }
}

