@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');



.counter {
  animation-duration: 1s;
  animation-delay: 0s;
   font-family: 'Open Sans', sans-serif;
  font-size:44px;
  font-weight:700;
  color:#ffffff;
}
/*.counter p {
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  font-weight:600;
  color:#ff0;
}*/

i {
  font-size: 20px !Important;
}

@media (max-width: 991px) {
 /* .col-md-4 {
    border-right: 0px dashed black;
    border-bottom: 1px dashed black;
    width: 50%;
    margin: auto auto;
  }
  
  .col-md-4:last-child {
    border-bottom: 0px dashed black;
  }*/
}
