.news-articles-sec {
    background-image: url("../../../public/images/about-sec.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0px;
}

.news-articles-content h2 {
    background: linear-gradient(180deg, #f8c18b 36.11%, #f6d7b8 71.43%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    font-size: 60px;
    font-style: italic;
    text-align: center;
}

.news-articles-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
}

.news-articles-content .tag-box {
    margin-bottom: 32px;
}

.articles-image img {
    width: 100%;
    height: 400px;
    object-fit: fill;
}

.articles-image {
    width: 290px;
    margin: 0 auto;
}

@media(max-width: 575px) {
    .articles-image {
        margin-bottom: 20px;
    }

    .news-articles-content {
        margin-bottom: 30px;
    }

    .news-articles-content h2 {
        font-size: 45px;
    }
}