/* Page Specific Overrides */
.hero-screen {
    /* Tech specific hero image */
    background-image: url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?q=80&w=2070&auto=format&fit=crop');
}

.split-feature-section {
    background-color: #F8FAFC;
    /* Cool Gray/Slate for Tech */
}

/* Text colors for this specific theme */
.split-content-container {
    color: #0F172A;
    /* Hex Black/Blue */
}

.about-title {
    color: #0D9488;
    /* Teal */
}

.about-text {
    color: #475569;
    /* Slate */
}

.about-info {
    border-top: 1px solid rgba(13, 148, 136, 0.1);
}