.progress-img {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-img img, .progress-img-icon{
  display: block;
  object-fit: cover;
  border-radius: 50%;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.js-progress-bar-level{
  position: absolute;
  width: 52px;
  height: 52px;
}

.progress-img_count {
  font-weight: bold;
  font-size: 18px;
  color: #525C69;
}
