/* style/resources-b52-platform-features.css */

/* Base styles for the page content */
.page-resources-b52-platform-features {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default dark text for light body background */
    background-color: #FFFFFF; /* Explicitly set for content area if needed, though body might be white from shared */
}

/* Hero Section */
.page-resources-b52-platform-features__hero-section {
    position: relative;
    width: 100%;
    height: 600px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}