.action .take-action .eyebrow,
.action .take-action .footnote {
    grid-column: 1 / 8;
}

.action .take-action .footnote {
    margin-top: 112px;
}

.updates-block {
    background-color: var(--blue-800);
    color: white;
}

.updates-block .top,
.social-share .top {
    display: flex;
    justify-content: space-between;
}

.updates-block .bottom {
    padding: 64px 0;
}

.white .content-block-container {
    background-color: white;
}

.white h2 {
    color: var(--blue-500);
}

.number-container .container div {
    grid-column: 2 / -1;
    padding-bottom: 112px;
}

.number {
    font-family: "aktiv-grotesk";
    font-size: 200px;
    font-style: normal;
    font-weight: 800;
    line-height: 200px;
    color: #001B59;

    margin-bottom: 30px;
}

.social-card {
    grid-column: span 3;
}

.social-card img {
    border-radius: 10px;
    aspect-ratio: 4/5;
    width: 100%;
    object-fit: cover;
}

.social-share .bottom {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .updates-block .top {
        flex-direction: column;
        gap: 40px;
    }

    .action .take-action .eyebrow,
    .action .take-action .footnote {
        grid-column: 1 / -1;
    }

    .action .take-action .footnote {
        margin-top: 64px;
    }

    .updates-block .bottom {
        row-gap: 40px;
    }

    .updates-block .bottom {
        padding: 64px 0 0;
    }

    .number-container .container div {
        grid-column: 1 / -1;
        padding-bottom: 64px;
    }

    .number {
        font-size: 160px;
        font-style: normal;
        font-weight: 800;
        line-height: 160px;
    }

    .social-share .top {
        flex-direction: column;
        gap: 80px;
    }

    .social-card {
        grid-column: span 4;
    }

    .social-share .top {
        row-gap: 40px;
    }

    .social-share .bottom {
        row-gap: 40px;
    }
}


@media (max-width: 768px) {
    .number {
        font-size: 100px;
        font-style: normal;
        font-weight: 800;
        line-height: 100px;
    }
}