/* style/resources-pg66-app-introduction.css */

/* Base Styles */
.page-resources-pg66-app-introduction {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light background */
    background-color: #ffffff; /* Explicitly set for clarity */
}

.page-resources-pg66-app-introduction__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-pg66-app-introduction__section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-pg66-app-introduction__section-title {
    font-size: 36px;
    font-weight: bold;
    color: #017439; /* Primary color for titles */
    margin-bottom: 20px;
}

.page-resources-pg66-app-introduction__section-title--white {
    color: #ffffff;
}

.page-resources-pg66-app-introduction__section-description {
    font-size: 18px;
    color: #555555;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-pg66-app-introduction__section-description--white {
    color: #f0f0f0;
}