.hds-ne {
        display: flex;
        flex-direction: column;
        gap: 30px;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
}

.hds-ne__item {
        display: flex;
        flex-direction: column;
        gap: 4px;
}

.hds-ne__date {
        font-size: clamp(24px, 4vw, 36px);
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -0.5px;
        color: #41211c;
        text-transform: uppercase;
}

.hds-ne__desc {
        font-size: clamp(14px, 2vw, 18px);
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.3px;
        color: #41211c;
}
