.counter-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.counter2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 50px;
}

.counter2 > .progress-c {
    margin: 20px;
    width: 150px;
    height: 150px;
    position: relative;
}

.counter2 .progressbar-text {
    color: #19a418 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.counter2 > .counter-text {
    margin-left: 13px;
    max-width: 120px;
}

.counter2 > .counter-text > .counter-title {
    color: #959595;
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 8px;
}