@media all and (min-width: 1921px) {
}

.climate-projects {
    width: 100%;
    background-color: #105933;
    color: #ffffff;
    padding-block: 5.5rem 7rem;
}

    .climate-projects h2 {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 3.5rem;
    }

.climate-projects__container .heading-image {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center bottom;
}

.project-global-block {
    position: relative;
    display: block;
    height: 100%;
}

    .project-global-block img {
        display: block;
        height: 100%;
        width: 100%;
    }

    .project-global-block::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(29, 29, 27, 0.2);
        z-index: 0;
    }

.project-global-block__content {
    position: absolute;
    inset: 4rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

    .project-global-block__content h3 {
        font-size: 3.75rem;
        font-weight: 600;
        line-height: 1;
        max-width: 220px;
        text-align: center;
        margin: 0;
    }

    .project-global-block__content::after {
        content: '\f061';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        font-size: 2.5rem;
        color: #ffffff;
        transform: rotate(45deg);
        transition: transform 0.3s ease-in-out;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.project-global-block:hover .project-global-block__content::after {
    transform: translate(1rem, 1rem) rotate(45deg);
}

.card.project {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

    .card.project img {
        width: 100%;
    }

    .card.project .project-content {
        background-color: #ffffff;
        color: #22418B;
        padding: 3.5rem 3rem 4.5rem 3rem;
    }

        .card.project .project-content h3 {
            font-size: 1.625rem;
            line-height: 1.1;
            margin-bottom: 1.5rem;
        }

@media all and (min-width: 1024px) {
    .card.project .project-content h3 {
        max-width: 80%;
    }
}

.card.project .project-content p {
    color: #707070;
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

@media all and (min-width: 1024px) {
    .card.project .project-content p {
        max-width: 80%;
    }
}

.card.project .project-stat-box {
    font-size: 0.875rem;
    background-color: #F7E3A7;
    color: #22418B;
    font-weight: 600;
    padding: 0.75em 2em;
    text-align: center;
    width: max-content;
}
