.big-image-yellow-icons {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 845px;
    display: flex;
    flex-direction: column;
}

.big-image-yellow-icons:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.00deg, rgba(17, 43, 77, 0),rgba(17, 43, 77, 1) 100%);
}

.big-image-yellow-icons:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(270.00deg, rgba(0, 167, 157, 1),rgba(228, 238, 113, 1) 50%,rgba(242, 56, 254, 1) 100%);
    top: 0;
    left: 0;
}

.big-image-yellow-icons .container {
    position: relative;
    margin-top: auto;
}

.big-image-yellow-icons .container .row {
    text-align: center;
    border-radius: 20px;
    backdrop-filter: blur(70px);
    background: rgba(106, 146, 199, 0.15);
    position: relative;
    top: 285px;
    margin-inline: 0;
}

.big-image-yellow-icons h5 {
    color:  rgba(240, 249, 253, 1);
    margin-bottom: 20px;
}

.yellow-column-info p {
    color: rgba(146, 184, 234, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.yellow-icon-wrapper {
    padding: 60px 40px 40px;
}

.yellow-icon-inner {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.yellow-icon-column{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.yellow-icon-column:last-of-type {
    border-right: 0;
}


@media(max-width: 991px) {
    .big-image-yellow-icons {
        height: auto;
    }

    .yellow-icon-column {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .yellow-icon-column:last-of-type{
        border: 0;
    }

    .yellow-icon-wrapper {
        padding: 40px;
    }

    .yellow-icon-inner {
        row-gap: 40px;
    }
}

@media(max-width: 575px) {
    .yellow-icon-wrapper {
        padding: 40px;
    }

    .yellow-icon-inner {
        row-gap: 30px;
    }

    .yellow-column-info p {
        font-size: 14px;
        line-height: 19px;
    }

    .big-image-yellow-icons {
       background-position: center -50px;
    }

   body .change-section.your-impact {
        padding-top: 325px;
        padding-bottom: 20px;
    }

    .your-impact .change-list {
        margin-top: 30px;
    }
}