.news {
    padding-top: 120px;
}
.news_wrap{
    max-width: 760px;
}
.news_wrap p {
    padding-bottom: 15px;
}
.news_wrap ul, .news_wrap ol, .news_wrap ul li, .news_wrap ol li{
    list-style: unset;
}
.news_wrap h2, .news_wrap h3, .news_wrap h4, .news_wrap h5, .news_wrap h6{
    padding-bottom: 20px;
}
.news_wrap ul, .news_wrap ol{
    padding-left: 40px;
}
.news_title {
    font-weight: 600;
    font-size: 42px;
    color: #262626;
    margin-bottom: 15px;
}

.article_date {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-transform: lowercase;
    color: #2b47a9;
    margin-bottom: 35px;
}

.news_image{
    max-width: 500px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #f5f5f5;
    border-radius: 14px;
    margin-bottom: 33px;
}

.news_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 118%;
    color: #494949;
    margin-bottom: 50px;
}

.news_link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #262626;
}

@media (max-width: 761px) {
    .news{
        padding-top: 20px;
    }
    .news_title{
        font-size: 24px;
    }
}
