/* STATISTICS */
.impact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 250px !important;
    height: 250px;
    border: 1px solid var(--color-white);
    padding: 30px 15px;
}

@media (max-width: 850px) and (min-width: 760px) {
    .impact {
        width: 220px !important;
        height: 220px;
    }
}

@media (max-width: 760px) and (min-width: 640px) {
    .impact {
        width: 180px !important;
        height: 180px;
    }
}

@media (max-width: 640px) and (min-width: 550px) {
    .impact {
        width: 150px !important;
        height: 150px;
    }
}

@media (max-width: 550px) {
    #about_impact .subtitle.mb-40 {
        margin-bottom: 35px;
    }

    .impact-wrapper {
        justify-content: center;
    }

    .impact {
        max-width: 50%;
        width: 200px !important;
        height: 200px;
    }

    .impact > h3 {
        margin-bottom: 0;
    }

    .impact > h4 {
        font-size: 1.15rem;
    }
}

@media (max-width: 460px) {
    .impact {
        width: 160px !important;
        height: 160px;
    }
}

@media (max-width: 380px) {
    .impact {
        width: 130px !important;
        height: 130px;
    }
}
/* /STATISTICS */