.customer-satisfaction {
    padding: 96px 0;
    background: #fff;
    text-align: center;
}

.customer-satisfaction__heading {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 65.6px;
    letter-spacing: 0;
    text-align: center !important;
    color: #02364B;
    margin-bottom: 3rem;
}

.customer-satisfaction__grid {
    display: flex;
    justify-content: center;
    gap: 110px;
    flex-wrap: wrap;
}

.customer-satisfaction__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer-satisfaction__circle {
    width: 246px;
    height: 246px;
    margin-bottom: 1.5rem;
}

.customer-satisfaction__svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}

.customer-satisfaction__bg-ring {
    fill: none;
    stroke: #006179;
    stroke-width: 26;
}

.customer-satisfaction__progress-ring {
    fill: none;
    stroke: #ACEDD9;
    stroke-width: 10;
    stroke-linecap: round;
    stroke-dashoffset: 408.41;
    transition: stroke-dashoffset 2s ease-out;
}

.customer-satisfaction__percent {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 95.5px;
    letter-spacing: 0;
    text-align: center;
    color: #006179;
    display: block;
    margin-bottom: 0.5rem;
}

.customer-satisfaction__label {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 24.6px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    color: #02364B !important;
    max-width: 250px;
    margin: 0;
}

@media (max-width: 576px) {
    .customer-satisfaction {
        padding: 48px 0;
    }

    .customer-satisfaction__grid {
        gap: 3rem;
    }

    .customer-satisfaction__circle {
        width: 190px;
        height: 190px;
        padding: 18px;
    }

    .customer-satisfaction__percent {
        font-size: 50px;
        line-height: 1.2;
    }

    .customer-satisfaction__heading {
        font-size: 32px;
        line-height: 1.3;
    }
}
