.progress_container {
  position: relative;
}

.text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media screen and (min-width: 750px) {
  .text {
    font-size: 14px;
  }
}
