.stat2_container {
    width: 100%;
    background: white;
    position: relative;
    margin: 35px auto;
}

.content2 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-container-kpi2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
}

.badge2 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E8F5EF;
    border: 4px solid #19895A;
    padding: 6px 12px;
    border-radius: 6px;
    gap: 4px;
    border-top-width: 1px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 1px;
    font-family: Satoshi;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #19895A;
    display: inline-flex;
    width: auto;
    max-width: max-content;
}

.badge-icon2 {
    width: 20px;
    height: 16.98px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
}

.title2 {
    color: #141A21;
    font-family: Satoshi;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
}

.description2 {
    color: #2c3947;
    font-family: Satoshi;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    margin-top: 0px;
    text-align: center;
}

.stats-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 20px;
    background: #D3D3D3;
    width: 100%;
}

.stat-card2 {
    text-align: left;
    padding: 20px;
    background: white;
    display: flex;
    flex-direction: column;
}

.stat-number2 {
    font-family: Satoshi;
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #141A21;
}

.stat-label2 {
    font-family: Satoshi;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2C3947;
}

@media (max-width: 990px) {
    .content2 {
        align-items: start;
    }
    
    .title2 {
        font-size: 28px;
        text-align: start;
    }

    .description2 {
        font-size: 16px;
        text-align: start;
    }

    .stats-cards2 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .text-container-kpi2 {
        align-items: start;
    }

    .side-rectangle2 {
        width: 100%;
        height: 180px;
    }

    .stats-grid2 {
        flex-direction: column;
        display: flex;
        align-items: center;
        width: 100%;
        background-color: transparent;
        gap: 20px;
        margin-top: 0px
    }

    .stat-card2 {
        width: -webkit-fill-available;
        padding: 30px 20px;
        border-bottom: 1px solid #D3D3D3
    }
}