.stories .btn-dark {
    border-radius: 0;
    text-transform: uppercase;
    background: #000000;
    box-shadow: none;
    padding: 10px 26px;
}

.impact {
    padding: 100px 0;
    color: white;
}

.impact .card {
    min-height: 600px;
    width: 368px;
    margin: 100px auto;
    border: none;
    border-radius: 0;
    background-color: #000000;
}

.impact .card-small {
    min-height: auto;
    margin: 80px auto 0;
}

.impact .card-img-top {
    height: 368px;
    object-fit: cover;
    border-radius: 0;
}

.impact .card-body {
    background-color: #000000;
}

.impact .h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.impact p {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    /* E Warm Grey */
    color: #CCCCCC;
}

.impact .banner {
    width: 100%;
    height: 100%;
    min-height: 450px;
    background-image: url("../../uploads/images/impact/banner2.webp");
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
}

.home {
    margin-top: 0;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 650px;
    position: relative;
    background-color:var(--black);
}