.st-progress-bar__progress-content{display:flex;flex-wrap:wrap;margin-bottom:15px}.st-progress-bar{align-items:center;display:flex;flex-wrap:wrap}.st-progress-bar__content,.st-progress-bar__img{flex:0 0 100%;max-width:100%}.st-progress-bar__progress-text p,.st-progress-bar__progress-percentage h5{margin:0}.st-progress-bar__progress-text{flex:0 0 70%;max-width:70%}.st-progress-bar__progress-percentage{flex:0 0 30%;max-width:30%;text-align:right}.st-progress-bar__progress-meter{height:12px;position:relative}.st-progress-bar__progress-meter>span{animation:move 2s linear;display:block;height:100%;overflow:hidden;position:relative}.st-progress-bar__progress-item{margin:0 0 25px 0}.st-progress-bar__wrapper{max-width:100%;margin-left:auto;width:100%}@-webkit-keyframes move{0%{width:0}100%{width:}}@media only screen and (min-width:768px){.st-progress-bar__content,.st-progress-bar__img{flex:0 0 50%;max-width:50%}.st-progress-bar__wrapper{max-width:570px}}