.news-short-desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-short-desc__title {
    font-family: Ermilov;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: -4%;
    color: #1D1D1D;
}

.news-short-desc__text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    color: #4F4F4F;
}

.news-short-desc__text a {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #4671B9;
}

.news-short-desc__text ul {
    padding-left: 25px;
    list-style: disc;
}

.news-short-desc__text ul li {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    color: #4F4F4F;
    padding: 4px 0;
}

.news-short-desc__text ul li::marker {
    color: #5C91E0;

}

@media screen and (max-width:1024px) {

    .news-short-desc__title {
        font-style: Bold;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -4%;
    }

    .news-short-desc__text {
        font-size: 14px;
        line-height: 22px;
    }

    .news-short-desc__text a {
        font-size: 14px;
        line-height: 22px;
    }

    .news-short-desc__text ul {
        padding-left: 25px;
        list-style: disc;
    }

    .news-short-desc__text ul li {
        font-size: 14px;
        line-height: 22px;
        padding: 4px 0;
    }

    
}