<style>
    .html{
        font-family: Prompt, sans-serif;
    }
    .progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.progress{
    height: 26px;
    background: rgba(0,0,0,0.1);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes,animate-positive 1s;
}
.progress-bar .progress-value{
    width: 50px;
    height: 100%;
    background: #000;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    line-height: 27px;
    top: 0;
    left: 0;
}
.progress:after,
.progress .progress-bar:after,
.progress .progress-value:after{
    content: "";
    border-left: 13px solid rgba(0,0,0,0.1);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
}
.progress.red .progress-bar:after{ border-left-color: #d9534f; }
.progress .progress-value:after{ border-left: 13px solid #000; }
.progress.blue .progress-bar:after{ border-left-color: #5bc0de; }
.progress.yellow .progress-bar:after{ border-left-color: #f0ad4e; }
.progress.green .progress-bar:after{ border-left-color: #5cb85c; }
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}
// Non relevant styles
* {
  box-sizing: border-box;
}

div {
  position: relative;
}

.text-overlay-right {
  position: absolute;
  bottom: 1px;
  right: 0px;
  padding: 2%;
  width: 45%;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 3%;
  color: white;
  backdrop-filter: blur(10px) brightness(80%);
}.text-overlay-left {
  position: absolute;
  bottom: 1px;
  left: 0px;
  padding: 2%;
  width: 45%;
  font-family: Prompt, sans-serif;
  font-size: 14px;
  font-weight: 3%;
  color: white;
  backdrop-filter: blur(10px) brightness(80%);
}.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 0px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}.zoom-li {
  width: 70%;
}


@media only screen and (max-width: 768px) {
 img.human {
    width: 80%;
  }.table-long {
    width: 90%;
  }img.point {
    width: 80%;
}.text-mini {
    font-size: 10px;
    width: 60%;
}.text-mini2 {
  font-size: 22px;
}.text-mini3 {
  font-size: 10px;
}.text-mini4 {
  font-size: 14px;
}.tbwidth {
    width: 10%;
}.text-banner {
  width: 55%;
}img.human2 {
  width: 100%;
}
.container {
font-family: Prompt, sans-serif;
}.zoom-li {
  width: 100%;
}


    </style>