.progress-module{background-color:#fafafa;border-radius:10px;margin:0 auto;max-width:600px}.progress-item{margin-bottom:30px}h6{color:#333;font-weight:700;margin-bottom:5px}.progress-bar-container{background-color:#000;border-radius:15px;height:20px;overflow:hidden;position:relative;width:100%}.progress-bar{background-color:#5ecae7;border-radius:15px 0 0 15px;height:100%;transition:width 1s ease-in-out;width:0}.percentage{color:#333;float:right;font-weight:700;margin-top:-25px}@media (max-width:600px){.progress-module{padding:15px}.progress-item{align-items:flex-start;flex-direction:column}h6{font-size:1em}.progress-bar-container{margin-left:0;width:100%}.percentage{margin-left:0;margin-top:5px}}