/* update */
.header-event-banner__box {
    min-height: 4rem;
    width: 100%;
    background: #0d7b3c;
}

.header-event-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    height: 100%;
    padding: 1rem 2rem;
}

.header-event-banner__content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-event-banner p,
.header-event-banner__link {
    color: var(--color-white);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.header-event-banner__link,
.header-event-banner__link:hover,
.header-event-banner__link:focus {
    color: #fff44f;
    white-space: nowrap;
    text-decoration: underline;
}

.header-event-banner__emoji {
    font-size: 2rem;
}

.header-event-banner__btn {
    color: var(--color-white);
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.8rem;
    border: none;
}

.project-counters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap: 2rem;
}

.project-counter {
    width: 100%;
    height: 100%;
    background-color: #e6f5ec;
    padding: 2.5rem 1.5rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.project-counter__icon {
    color: #0d7b3c;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.project-counter__name {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-body);
    text-transform: capitalize;
}

.project-counter__count {
    margin-bottom: 1rem !important;
}

@media only screen and (min-width: 768px) {
    .header-event-banner p,
    .header-event-banner__link {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

/* (min-width: 1440px) {
    .container {
        width: 1428px;
        margin-left: auto;
        margin-right: auto;
    }
} */

/* (min-width: 1280px) {
    .container {
        width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }
} */

/* (min-width: 1024px) {
    .container {
        width: 1008px;
        margin-left: auto;
        margin-right: auto;
    }
} */

/* (min-width: 768px) {
    .container {
        width: 744px;
        margin-left: auto;
        margin-right: auto;
    }
} */

/* (min-width: 568px) {
    .container {
        width: 552px;
        margin-left: auto;
        margin-right: auto;
    }
} */

/* .container {
    clear: both;
    position: relative;
} */
