:root {
    --progress-value: 100%;    
}

.progress-bar {
    width: var(--progress-value)
}

.height-41 {
    max-height: 41rem;
}