.couterup-box {
    overflow: hidden;
}

.counterup-number {
    overflow: hidden;
}

.counterup {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
}

.counterup-icon,
.counterup-title {
    text-align: center;
}

.couterup-box.left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.couterup-box.right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.couterup-box.top {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.counterup-number {
    display: flex;
}

.counterup-title {
    padding-left: 10px;
    padding-right: 10px;
}