#about_banner > img {
    min-width: 100%;
}

.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;
}

.brand a {
    display: inline-block;
    border: 1px solid transparent;
    padding: 20px;
    border-radius: 10px;
    transition: 0.4s ease-in-out border;
}

.brand a:hover {
    border-color: var(--color-black);
}

.brand .logo {
    width: 100%;
    max-height: 70px;
}

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

@media (max-width: 768px) {
    .brand {
        margin-bottom: 20px;
    }

    .brand .logo {
        max-height: 60px;
    }
}

@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;
    }
}