/* style/resources-fb68-homepage-security-guide.css */

/* Base styles for the page content */
.page-resources-fb68-homepage-security-guide {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333333; /* Dark text for default white body background */
    line-height: 1.6;
    background-color: #f9f9f9; /* Light background for sections */
}

.page-resources-fb68-homepage-security-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-fb68-homepage-security-guide__section-title {
    font-size: 36px;
    color: #26A9E0; /* Primary brand color for titles */
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}}