.counter{
    padding: 80px 0;
   .counter_wrapper{
      .counter_wrap{
        padding: 30px 20px 10px 20px;
        border-radius: 15px;
        background-color: #fff;
        box-shadow: 1px 1.732px 20px 0px rgba(0,0,0,0.1); 
          i{
            font-size: 50px;
            color: #364760;
          }
          h4{
            font-size: 38px;
            color: #FF7D44;;
            font-weight: 700;
            padding: 25px 0 10px 0;
          }
          h5{
            font-size: 20px;
            color: #333;
            font-weight: 600;
            text-transform: uppercase;
          }
          p{
            font-size: 15px;
            color: $text;
            font-weight: 400;
            line-height: 25px;
            text-align: center !important;
          }
      }
    }
}