.progress-container{
    display: flex;
    gap: 5rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.progress-center{
    display: grid;
    justify-items: center;
}

.progress-circular-1,
.progress-circular-2,
.progress-circular-3,
.progress-circular-4
{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #116f9d;
    display: grid;
    place-items: center;
}

.progress-circular-1:before,
.progress-circular-2:before,
.progress-circular-3:before,
.progress-circular-4:before
{
    content: "";
    position: absolute;
    height: 84%;
    width: 84%;
    background-color: #FFF;
    border-radius: 50%;
}

.value-circular-1,
.value-circular-2,
.value-circular-3,
.value-circular-4
{
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #231C3D;
}
