
.global-impact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 190px 20px 20px 20px;
    text-align: center;
    z-index: 2;
}
.global-impact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
    z-index: 0;
}

.global-impact > * {
    z-index: 1;
    position: relative;
}

.global-impact__title {
    margin-bottom: clamp(1.75rem, 1.4307rem + 1.1881vw, 2.5rem);
    text-transform: uppercase;
    font-size: 40px;
    font-size: clamp(1.375rem, 0.896rem + 1.7822vw, 2.5rem);
    letter-spacing: 0.3em;
}
.global-impact__title span {
    display: block;
    margin-top: clamp(0.3125rem, -0.2197rem + 1.9802vw, 1.5625rem);
    font-size: 87px;
    font-size: clamp(3.125rem, 2.1405rem + 3.6634vw, 5.4375rem);
    line-height: 1;

}

.global-impact__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(1.5625rem, -0.8323rem + 8.9109vw, 7.1875rem);
}
.global-impact__icon img {
    width:  clamp(1.5rem, 1.0743rem + 1.5842vw, 2.5rem);
    margin: 0 clamp(1.25rem, 0.7178rem + 1.9802vw, 2.5rem);
}


.global-impact__scroll {
    text-transform: uppercase;
    letter-spacing: 0.23em;
    text-align: center;
}
.global-impact__scroll img {
    width: 12px;
    display: block;
    margin: 10px auto 0 auto;
}

@media (max-width: 1199px) {
    .global-impact {

    }
}
@media (max-width: 767px) {
    .global-impact {
        padding-top: 68px;
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px);
    }
    .global-impact__scroll {
        font-size: 13px;
    }
}