/* Targeting the entire article container on that specific menu page */
.my-special-blog .com-content-category-blog__item {
    background-color: #C1E6BF;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

/* Targeting just the article title */
.my-special-blog .page-header h2 {
    color: #007bff;
}