/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/12/2021, 10:54:55
    Author     : GF Mkt
*/

.counters {
    margin-top: 100px;
    width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.counter-box {
    display: block;
    background: #F4623A;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #FFF;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    line-height: 28px
}

.counter-box.colored {
    background: #F4623A
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}