/* Page Specific Overrides */
.hero-screen {
    /* Social specific hero image */
    background-image: url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?q=80&w=2070&auto=format&fit=crop');
}

.split-feature-section {
    background-color: #FFF7ED;
    /* Light Orange for Social Mission */
}

/* Text colors for this specific theme */
.split-content-container {
    color: #431407;
    /* Dark Brown */
}

.about-title {
    color: #C2410C;
    /* Orange Red */
}

.about-text {
    color: #57534E;
    /* Warm Gray */
}

.about-info {
    border-top: 1px solid rgba(194, 65, 12, 0.1);
}