.page-news {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: var(--background-color, #F5F7FA); /* Inherit from shared or default light grey */
}

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

.page-news__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
    background-color: #F5F7FA; /* Light background for hero section */
    padding-top: 10px; /* Small top padding, assuming body has padding-top from shared */
}

.page-news__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Max height for large screens */
    overflow: hidden;
    position: relative;
}