.counter-box {
    display: inline-block;
}
.counter-box .icon-value {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.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;
}