/* COMMON HERO-STYLE SECTION HEADER */
.section-header {
    height: 100vh; /* Full screen height */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.section-header h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
}

.section-header h2 span {
  color: #007bff;
}

.section-header .subtitle {
    font-size: 1.2rem;
    color: #555;
    margin: 0 auto 50px;
    line-height: 1.6;
    max-width: 700px;
}
