@font-face {
  font-family: 'Freight-Big-Pro';
  src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}

.counterWrapper{
    position: relative;
    min-height: 1px;
    margin: 50px auto;
}
.singleCounter {
  text-align: center;
  padding-bottom: 50px;
  border-right: 1px dashed black;
}

.singleCounter:last-child {
  border-right: 0px solid black;
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.singleCounter i {  
    font-size: 60px;
    padding: 43px 20px;
    border: 1px solid #800020;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-color: #80002042;
    box-shadow: 3px 3px 6px #1a1a19;
    color: #dccaab
}
.singleCounter h3{
    font-family: "RobotoCondensed-Light", Arial, sans-serif;
    font-size: 25px;
}
.singleCounter p{
    padding: 10px 50px;
}
.singleCounter .counter{
  font-family: "RobotoCondensed-Light", Arial, sans-serif;
  font-size:60px;
}


@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;
  }
}