
@media only screen and (max-width: 1439px) {
    /*titre des departements*/
    h3.dep_title {
        font-size: 28px;
    }
  }
@media only screen and (max-width: 1023px) {
    
    .col-md-middle {
        border-bottom: 0px solid white;
    }
    p.stat_num {
        font-size: 36px;
    }
    
    .dep_stats {
        margin-top: 0px;
        padding-top: 10px;
    }
    .row-md-height {
        margin-bottom: 5px;
    }
  }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
    p.stat_num {
        font-size: 24px;
    }
    .stat {
        line-height: 1;
        margin-bottom: 1.5rem;
    }
  }