.counter-box {
    display: inline-block;
}
.counter-number span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #223579;
}
.counter-title {
    font-size: 14px;
    line-height: 14px;
    color: #4B556A;
    font-weight: 500;
    margin-top: 5px;
}