.progress-element {
    position: absolute;
    top: 32px;
    left: 20px;
    color: white;
    opacity: 0;
    display: flex;
    z-index: 3;   
    user-select: none;
}

.progress_text{
    margin-left: 12px;
}

.progress-ring{
    height: 98px;
    width: 98px;
}

.progress-ring-circle {
    transition: stroke-dashoffset 0.35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

@media (max-width: 1300px){
    .progress-element {
         display: none;
    }
}

progress-element.fade {
    opacity:0;
}