:root {
    --primary: #111111;
    --secondary: #555555;
    --border: rgba(17, 17, 17, 0.1);
    --bg: #111111;
    --theme: #004b8f;
    --black: #111111;
    --black-2: #999999;
    --white: #FFFFFF;
    --white-2: #999999;
    --action: #FF6A3A;
}
h2 { color: var(--theme) !important; }

.hero-area .hero-content {
    display: grid;
    gap: 40px 100px;
    grid-template-columns: 1fr;
    margin-top: 61px;
    margin-bottom: 220px;
}

.hero-area .section-title { max-width:90%; }