.stats_numbers_col { background: #102334; box-shadow: 10px 10px 20px 0px #8D8D8D29; color: #fff; padding: 10px 20px; max-width: 1100px; }
.stats_numbers_row { display: flex; flex-flow: wrap; align-items: center; }
.stats_numbers_right { width: 230px; flex-grow: 1; }
.stats_numbers_left { width: calc(100% - 230px); flex-grow: 1; display: flex; flex-flow: wrap; padding-right: 50px; }
.stats_numbers_box { width: 25%; text-align: center; border-right: 1px solid #35C6F4B2; padding: 0 15px; }
.stats_numbers_counter { font-family: Lato; font-weight: 700; font-size: 28px; line-height: 28px; }
.stats_numbers_title { font-weight: 400; font-size: 12px; line-height: 25px; font-family: "Roboto", sans-serif; padding-top: 7px; }
.stats_numbers_left.right_space {padding-right: 0;}
.stats_numbers_left.right_space .stats_numbers_box:last-child { border: none;}
.stats_numbers_section { margin-top: -40px; position: relative;
    z-index: 1; }





@media(max-width:991px){
  .stats_numbers_counter {font-size: 22px;line-height: 24px;}
  .stats_numbers_left {padding-right: 20px;}
  .stats_numbers_box {padding: 0 10px;}
  .stats_numbers_section {margin-top: 0px;}
  .stats_numbers_section {padding-top:00px;}
}


@media(max-width:767px){
  .stats_numbers_left { width: 100%; padding: 0; }
  .stats_numbers_right { width: 100%; padding-top: 24px; }
  .stats_numbers_box { width: 50%; padding: 10px; border: none; }
  .stats_numbers_right {text-align: center;}
  .stats_numbers_col {padding: 30px 10px;}
  
}