.page-blog__hero-section {
    padding-top: 10px; /* As per fixed header spacing rule */
    padding-bottom: 60px;
    background-color: #f8f8f8; /* Light background for the hero section */
    color: #333333; /* Dark text on light background */
}

.page-blog__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap; /* Ensure responsiveness */
}

.page-blog__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
}

.page-blog__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #017439; /* Brand color for main title */
    margin-bottom: 20px;
}