/* Articles */
.articles {
    background-image: url("/wp-content/uploads/2025/05/articles_bg.webp");
    background-repeat: no-repeat;
    background-position: top right
}

.article_blocks {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 60px
}

.article_img img {
    border-radius: 10px;
    width: 454px;
    height: 255px
}

.article_text h3 {
    color: #3A3438;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-top: 24px
}

.article_text h3 a {
    color: #777
}

.article_text p {
    color: #3A3438;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 8px
}

.article_bottom {
    display: flex;
    align-items: center;
    gap: 16px
}

.article_bottom > div {
    display: flex;
    align-items: center;
    gap: 8px
}

.article_date,.article_author {
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}