.section-stats {
    background-color: #B5964D;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding-block: 3.75rem;
}

.stats-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
}


.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .6rem;
}

.stat-title {
    font-weight: 600;
    color: #FFF;
    line-height: 1.25;
    text-align: center;
}



.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .75rem;
}


/* .bg____overlay {
    width: 867.21px;
    height: 578px;
    position: absolute;
    right: -68px;
    top: -100%;
    z-index: 0;
} */
.content-sts__section {
    position: relative;
    z-index: 1;
}

.bg____overlay {
    width: 40rem;
    height: 100%;
    position: absolute;
    top: 50%;
    z-index: 0;
    background-repeat: no-repeat;
    right: -6rem;
    background-position: center;
    transform: translateY(-50%);
    background-size: cover;
}



.bg____overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(255.61deg, rgba(181, 150, 77, 0) 33.4%, #B5964D 83.78%);
    position: absolute;
    top: 0;
    right: 0;
}

.stat-number {
    font-size: 4rem;
    color: #FFF;
    font-family: var(--bold-font);
    line-height: 1;
    font-weight: 600;
}


@media (max-width: 1199.98px) {

    .bg____overlay {
        right: -14rem;
    }
}

@media (max-width: 991.98px) {

    .bg____overlay {
        display: none;
    }

    /* .bg____overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 0;
        background-image: url('https://marketingplanetagency.com/yale/wp-content/uploads/2025/07/7aa88ca8a39a59acf3c536fc184b801ab5ff24a3-scaled.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 5%;
    } */

    .stats-section {
        flex-wrap: wrap;
    }

    .stat-number {
        font-size: 2.75rem;
    }

    .section-stats {
        padding-block: 3rem;
    }

}

@media (max-width: 767.98px) {
    .stat-item {
        flex: 1 0 40%;
    }

    .stats-section {
        gap: 2.5rem;
    }
}


@media (max-width: 424.98px) {
    .stat-item {
        flex: 1 0 100%;
    }

    .stats-section {
        gap: 2rem;
    }
}