.impact-cards-section {
    position: relative;
}

.impact-cards-wrap {
    margin-bottom: -20px;
}

.impact-cards-boxes {
    margin-bottom: 20px;
    padding: 40px 35px 35px;
    border-radius: 25px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    height: calc(100% - 20px);
}

.impact-cards-boxes .logo-wrap {
    margin-bottom: 20px;
    height: 90px;
    display: flex;
    align-items: flex-end;
}
.impact-cards-wrap .col-md-6:nth-child(3) .impact-cards-boxes .logo-wrap {
    height: 65px;
}
.impact-cards-boxes .logo-wrap img{
    height: 100%;
    object-fit: contain;
    object-position: left;
    width: auto;
}
.impact-cards-boxes .content-wrap h5 {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

.impact-cards-boxes .content-wrap ul {
    margin: 0;
    padding: 0;
}

.impact-cards-boxes .content-wrap ul li {
    padding-left: 38px;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #585858;
}

.impact-cards-boxes .content-wrap ul li:not(:last-child) {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 14px;
    padding-bottom: 13px;
}

.impact-cards-boxes .content-wrap ul li::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/check_green.svg);
}
body.home .impact-cards-section{
    margin: 0;
    padding: 80px 0;
}
section.impact-cards-section.sea-green{
    margin: 0;
    padding: 80px 0;
}
section.impact-cards-section.sea-green .default-btn:hover{
    background: transparent;
}

@media only screen and (max-width: 991px) {
    .impact-cards-boxes {
        padding: 25px 15px;
        border-radius: 15px;
    }
    body.home .impact-cards-section{
        margin: 0;
        padding: 60px 0;
    }
    section.impact-cards-section.sea-green{
        padding: 70px 0;
    }
}

@media only screen and (max-width: 767px) {
    section.impact-cards-section.sea-green{
        padding: 60px 0;
    }
    .impact-cards-wrap {
        margin-bottom: 0;
    }
    .impact-cards-boxes .content-wrap ul li:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    body.home .impact-cards-section{
        margin: 0;
        padding: 60px 0;
    }
    .impact-cards-boxes .logo-wrap {
        height: auto;
        max-width: 100px;
    }

    .impact-cards-boxes .content-wrap ul li {
        padding-left: 30px;
        font-size: 16px;
        line-height: 22px;
    }

    .impact-cards-boxes .content-wrap ul li::before {
        top: 0px;
        width: 20px;
        height: 20px;
    }
}