@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,500&display=swap');

#stats-container {
    padding: 30px 0px;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
}
.stats-col {  border-right: dotted 4px #e6e3da; padding-top: 25px; }
.stats {
    color: #565656;
    font-family: 'Roboto', sans-serif;
}

.stats-col:last-child {
    border-right: none;
}

.stats-head {
    font-size: 70px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    min-height:70px;
}

.stats-body {
    margin: 0px;
    font-size: 22px;
    font-weight: 500;
    line-height:30px;
    font-family: 'Roboto', sans-serif;
    min-height: 75px;
}

.stats .counter-green {color: #6C790C;}
.stats .dark-blue {color: #015fa9;}
.stats .orange {color: #e06900;}
.stats .blue {color: #0391cc;}

.about-collapse 
{
    margin-bottom : 20px;
}

.about-toggle
{
    font-size:20px !important;
    color:#0067b8 !important;
}

.about-toggle:after {
   
    font-family: 'Glyphicons Halflings';  
    content: "\e114";    
    float: right;        
    color: grey;  
    font-size:20px;
}

@media screen and (min-width:200px) and (max-width:992px){
  .stats-col
  {
   border-right:none;
  }
}