.linear-progress-3 {
  margin-bottom: 22px;
}

.linear-progress-3 h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.linear-progress-3 h5 span {
  border: 2px solid #cfcfcf;
  border-radius: 3px;
  font-size: 16px;
  padding: 4px;
  letter-spacing: 0px;
  position: relative;
}

.linear-progress-3 .progress {
  height: 30px;
  position: relative;
  background-color: #d7d7d7;
}

.linear-progress-3 .progress span {
  opacity: 0.75;
  height: 100%;
  position: absolute;
  border-radius: 3px;
  left: 0;
  top: 0;
  z-index: 7;
  width: 0%;
  transition: 2.5s width ease-in-out;
}