/********** HEADER BLOG START **********/

.header_blog {
    width: 100%;
}

.header_blog li {
    color: var(--Dark-Blue);
}

.header_blog .login_button {
    border-color: var(--Dark-Blue);
}

/* start coding here start */

.thoughts_and_words {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 30px 0 60px;
}

.thoughts_and_words .heading_xxxl {
    color: var(--Dark-Blue);
}

.category_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category_content img {
    width: 550px;
}

.category_text {
    width: 550px;
    display: inline-flex;
    flex-direction: column;
    gap: 12px;
    margin-top: -30px;
}

.category_text .headings_xxl {
    color: #000;
}

.user_name img {
    width: 32px;
}

.line {
    width: 1200px;
    height: 1px;
    background-color: var(--Dark-Blue);
    margin: 70px auto;
}

/* HEADER BLOG END */

/********** LATEST - NEWS - SECTION START **********/

.latest_news_container {
    width: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.latest_news_container .headings_xxl {
    color: #000;
    /* margin-top: 170px; */
    padding: 40px 0;
}

.latest_news_container .cards {
    padding: 0;
}

.latest_news_container .category {
    padding: 0 0 68px;
}

.load_more {
    width: 1000px;
    display: flex;
    justify-content: center;
    padding: 16px 0 40px;
}

/* INPUT EMAIL ADDRESS SECTION END */
