.progress-user-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.progressbar {
  background-color: #ADCBB5;
  border-radius: 7px;
  height: 15px;
  width: 58%;
}
@media (max-width: 550px) {
  .progressbar {
    height: 12px;
  }
}

.progressbar-user-progress {
  background-color: #62A77C;
  border-radius: 7px;
  height: 100%;
  width: 0;
}

.count-user-block {
  width: 38%;
  max-width: 38%;
  text-align: end;
}
