.history-wrapper .text-box h2 {
    font-size: 25px;
    font-weight: 600;
    color: #001F33;
}

.history-wrapper .text-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    color: #7A7A7A;
}

.history-wrapper .counter-wrapper .counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.history-wrapper .counter-wrapper .counter:not(:first-child) {
    border-right: 1px solid #cdcdcd61;
}

@media (max-width: 992px) {
    .history-wrapper .counter-wrapper .counter:not(:first-child) {
        border-right: none;
    }

    .history-wrapper .counter-wrapper .counter:nth-child(1) {
        border-bottom: 1px dashed #cdcdcd61;
        padding-bottom: 8px;
    }

    .history-wrapper .counter-wrapper .counter:nth-child(2) {
        border-bottom: 1px dashed #cdcdcd61;
        border-right: 1px dashed #cdcdcd61;
        padding-bottom: 8px;
    }

    .history-wrapper .counter-wrapper .counter:nth-child(3) {
        border-left: 1px dashed #cdcdcd61;
    }
}

.history-wrapper .counter-wrapper .counter .value,
.history-wrapper .counter-wrapper .counter .plus {
    color: #001F33;
    font-size: 45px;
    font-weight: 600;
}

.history-wrapper .counter-wrapper .counter span {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
