.container {
    width: 94%;
    max-width: 1100px;
    padding: 0 15px;
}

.progressbar-item {
   text-align: left !important;
	margin-bottom: 4px;
}

.progressbar-title {
	text-align:center;
	font-weight: 700;
	margin-bottom: 38px !important;
}

.progressbar-title h2 {
	font-weight: 700;
	font-size: 2.3rem !important;
}

.progress-bar {
    margin: 45px 0 10px;
    overflow: visible;
    background: transparent;
}

.progress-number {
    padding-bottom: 7px;
    position: relative;
    margin: 5px 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.4rem;
    line-height: 15px;
    font-weight: 500;
    color: #2e2e2e;
}

.progress-title {
    z-index: 100;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.progress-number-mark {
    font-family: var(--progress-font, "Montserrat", sans-serif);
    font-weight: 600;
    font-size: 1.15em;
    line-height: 1;
    padding: 10px 10px 10px;
    border-radius: 26px;
    color: var(--progress-number-color, #fff);
    margin-bottom: 1px;
    background: var(--progress-number-bg, #186DB5);
    position: absolute;
    bottom: -16px;
    transform: translateX(-53%);
}

.down-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--progress-number-bg, #186DB5);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-52%);
}

.up-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--progress-number-bg, #186DB5);
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.progress-bg {
	height: 24px;
	background: var(--progressbar-fill, linear-gradient(to right, #92D050 0%, #ffc12c 50%, #FF8512 100%));
    overflow: hidden;
    border-radius: 26px;
}

.progress-fill {
    height: 24px;
    width: 0%;
    border-right: 4px solid #ffffff;	
}
