ul {
    padding-left: 18px;
}

strong {
    font-weight: 500 !important;
}

.horizontal-scroll-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.horizontal-scroll {
    display: flex;
    height: 500px;
    width: max-content;
}

.section {
    height: 500px;
    padding: 0 25px;
    opacity: 0;
    transform: scale(0.8);
    padding-top: 200px;
    text-align: center;
}

.section h5 {
    color: #444;
}

.section.active h5 {
    color: #0c73b2;
    margin-top: -10px;
    transition: all 0.3s ease;
}

.section.active .mold-icon {
    filter: invert(1);
    transition: all 0.3s ease;
}

.section.active .mold-icon-wrapper {
    background-color: #0c73b2;
    transition: all 0.3s ease;
}

.mold-process-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mold-process {
    width: calc(100% + 50px);
}

.progress-bar-container {
    position: sticky;
    bottom: 215px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: -1;
}

.progress-bar {
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #0c73b2 !important;
    transition: none 0s !important;
    z-index: 0;
}

.progress-bar-icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: #0c73b2;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    /* left is set by JS */
    transform: translate(-50%, -50%);
    z-index: 1;
    /* opacity: 0; */
}

.progress-bar-icon {
    width: 35px;
}

.mold-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 40px;
    background-color: #fff;
    border: 1px solid #0c73b2;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mold-icon {
    width: 40px;
}