.impact-block {
    width: 100%;
}

.impact-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 5px;
    align-items: center;
    justify-content: center;
    gap: var(--gap);

    @media only screen and (max-width: 800px) {
        flex-direction: column;
    }
}


.impact-sub {
    color: white;
    font-family: Open Sans, sans-serif;
    text-align: center;
}

.impact-item {
    justify-content: center;
    align-items: center;
}

.impact-item .impact-title {
    color: white;
    text-align: center;
    align-self: center;
    font-family: Open Sans, sans-serif;
    margin-top: 1.0rem;
}

.impact-item h2 {
    background-color: white;
    color: var(--primary-2);
    font-weight: bold;
    margin-bottom: 0 !important;
    font-family: Open Sans, sans-serif;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    align-self: center;
}