.news-item .text .title {
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.news-item .text .description {
    color: #242424;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
}
.news-item .image img {
    height: 250px;
    object-fit: fill;
    border-radius: 23px;
}

@media (max-width: 768px) {
    .news-item:nth-of-type(n+3) {
        display: none;
    }
    .news-item:first-of-type {
        display: block;
    }
}
.blog-wrapper .news-item .read-article {
    display: block;
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    text-decoration-line: underline;
    margin-top: 10px
}

@media (max-width: 768px) {
    .blogs-title-read-more {
        color: #242424;
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: 120%; /* 28.8px */
        margin-top: 26px;
    }
}

@media (min-width: 769px) {
    .blogs-title-read-more {
        color: #242424;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        line-height: 120%;
        padding-top: 10px;
        margin-top: 50px;
    }
}