.impact-card {
    min-height: 444px;
    padding: 24px 24px 27px 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.impact-card h3 {
    margin-bottom: 24px;
}

.impact-card p {
    min-height: 108px;
}

.impact-section .row .col-lg-4:nth-child(3) .impact-card p,
.impact-section .row .col-lg-4:nth-child(3) .impact-card h3,
.impact-section .row .col-lg-4:nth-child(2) .impact-card p,
.impact-section .row .col-lg-4:nth-child(2) .impact-card h3 {
    color: var(--primary-black);
}

@media(max-width: 767px) {
    .impact-section{
        padding-left: 5px;
        padding-right: 5px;
    }
    .impact-card {
        min-height: 394px;
    }

    .g-3 .col-lg-4:first-of-type {
        margin-top: 20px;
    }

    .g-3 .col-lg-4 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .g-3 .col-lg-4:last-of-type{
        margin-bottom: 0;
    }
}