.page-news {
    font-family: 'Arial', sans-serif;
    color: #FFF3E6; /* Text Main color for dark background */
    background-color: #0D0E12; /* Background color */
    line-height: 1.6;
}

.page-news__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-news__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding as per instruction */
    padding-bottom: 60px;
    background-color: #0D0E12; /* Ensure background consistency */
    overflow: hidden;
}