.progress__top {
    align-items: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-between
}

.progress__label {
    color: #b3bed7;
    font-size: .6875rem;
    line-height: 1.2857142857
}

.progress__status {
    align-items: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.progress__amount {
    align-items: baseline;
    color: #303030;
    display: flex;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

.progress__amount-icon {
    font-size: 1.125rem;
    margin-right: 8px;
    width: .6923076923em
}

.progress__percent {
    color: #303030;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap
}

.progress__line-wrapper {
    background-color: #e6e6e6;
    display: block;
    height: 7px;
    margin-top: 13px;
    position: relative;
    width: 100%
}

.progress__line-current {
    background-color: #2cd852;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.progress__info {
    align-items: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.progress__info-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 4px
}

.progress__info-value {
    align-items: baseline;
    color: #303030;
    display: flex;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2222222222;
    white-space: nowrap
}

.progress__info-value-icon {
    font-size: .625rem;
    margin-right: 2px;
    width: .8461538462em
}

@media only screen and (min-width:75em) {
    .progress__label {
        font-size: .875rem
    }

    .progress__amount {
        align-items: center;
        font-size: 2.25rem
    }

    .progress__amount-icon {
        font-size: 1.625rem;
        margin-right: 18px
    }

    .progress__percent {
        font-size: 1.5rem
    }

    .progress__info-value {
        align-items: center;
        font-size: 1.125rem
    }

    .progress__info-value-icon {
        font-size: .8125rem;
        margin-right: 6px
    }
}