.news-press-page {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 60px 24px 90px;
    box-sizing: border-box;
}

.news-press-intro {
    margin: 0 0 3.5rem;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.45;
    color: #111;
}

.news-year-section + .news-year-section {
    margin-top: 2.75rem;
}

.news-year-heading {
    color: #74b7dd;
    font-size: clamp(3.75rem, 9vw, 5rem);
    font-weight: 700;
    line-height: 1;
    margin: 0 0 2rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.news-items-list {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    margin: 0 auto;
    max-width: 100%;
    width: fit-content;
}

.news-item-row {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    min-width: 530px;
}

.news-date-box {
    background-color: #35a96a;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex: 0 0 74px;
    justify-content: center;
    min-height: 76px;
    padding: 7px 7px 8px;
    text-align: center;
    width: 74px;
}

.news-date-month {
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 3px;
}

.news-date-day {
    font-size: 3.15rem;
    font-weight: 400;
    line-height: 0.86;
    margin-top: 0;
}

.news-item-copy {
    flex: 0 1 438px;
    max-width: 438px;
    min-width: 0;
    padding-top: 0.05rem;
}

.news-item-title {
    font-family: bebas-neue, sans-serif;
    font-size: 2.18rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #111;
    margin: 0 0 0.25rem;
    line-height: 0.95;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.news-item-link {
    color: #111;
    text-decoration: underline;
    font-size: 1.08rem;
    line-height: 1.1;
}

.news-item-link:hover {
    color: #2b4b1c;
}

@media (max-width: 640px) {
    .news-press-page {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-date-box {
        flex-basis: 62px;
        min-height: 68px;
        width: 62px;
    }

    .news-item-title {
        font-size: 1.18rem;
        white-space: normal;
    }

    .news-items-list {
        width: 100%;
    }

    .news-item-row {
        min-width: 0;
    }
}
