.articles-tabs[data-v-4dad0029] {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 32px 0 16px;
    padding: 0
}

.articles-tabs h2[data-v-4dad0029] {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0
}

.articles-tabs .see-more[data-v-4dad0029] {
    color: #fcd435;
    text-decoration: none;
    transition: all .3s;
    white-space: nowrap
}

.articles-tabs .see-more[data-v-4dad0029]:hover {
    color: #b88d04
}

.articles[data-v-4dad0029] {
    margin: 64px auto;
    max-width: 1200px;
    padding: 0 16px
}

.articles-list-container[data-v-4dad0029] {
    display: flex;
    flex-wrap: wrap
}

.articles-list[data-v-4dad0029] {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 64px
}

.article-card[data-v-4dad0029] {
    border-radius: 8px;
    padding: 0;
    width: 100%
}

.article-card:hover h3[data-v-4dad0029] {
    color: #fcd435
}

.article-card a[data-v-4dad0029] {
    display: block;
    text-decoration: none
}

.article-card h3[data-v-4dad0029] {
    color: #eaecef;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    overflow: hidden;
    transition: all .3s
}

.article-card .article-img[data-v-4dad0029] {
    aspect-ratio: 16/9;
    border-radius: 8px;
    display: block;
    margin-bottom: 12px;
    object-fit: cover;
    object-position: center;
    width: 100%
}

@media screen and (max-width:992px) {
    .articles-list[data-v-4dad0029] {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (max-width:768px) {
    .articles-list[data-v-4dad0029] {
        grid-template-columns: 1fr 1fr
    }

    .articles-tabs h2[data-v-4dad0029] {
        font-size: 36px
    }
}

@media screen and (max-width:480px) {
    .articles-list[data-v-4dad0029] {
        gap: 24px;
        grid-template-columns: 1fr
    }

    .articles-tabs h2[data-v-4dad0029] {
        font-size: 32px
    }

    .article-card h3[data-v-4dad0029] {
        font-size: 20px
    }
}