.bars progress {
  width: 100%;
  height: 8px;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f1ed;
}
.bars progress::-webkit-progress-bar { background: #f0f1ed; }
.bars progress::-webkit-progress-value {
  background: linear-gradient(90deg, #f97316, #f6a05f);
  border-radius: 20px;
}
.bars progress::-moz-progress-bar { background: #f97316; }
