#bynumbers {
  
  background: #ffffff;
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}


.numbx {
    text-align: center;
}
.numbx p {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .bynumbers-intro {
    max-width: 800px;
    text-align: center;
  }
  .bynumbers-intro h1::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bynumbers-intro [class*="col-"] {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }
  .bynumbers-intro .bynumbers-cnt [class*="col-"] {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
  }
  .bynumbers-how-content {
    max-width: 700px;
  }
}