.page-hero{

    padding:160px 0 80px;

    background:
        radial-gradient(circle at top right,
        rgba(46,204,113,.12),
        transparent 45%),
        linear-gradient(180deg,#071A35,#0E2748);

    text-align:center;

}

.page-hero h1{

    margin-bottom:1rem;

}

.page-hero .lead{

    max-width:760px;

    margin:0 auto;

}

.section-eyebrow{

    display:inline-block;

    margin-bottom:.75rem;

    color:var(--bs-primary);

    text-transform:uppercase;

    letter-spacing:.12em;

    font-size:.85rem;

    font-weight:700;

}

.section-dark{

    padding:5rem 0;

    background:#081c36;

}

.section-dark .glass-card{

    height:100%;

    padding:2rem;

    text-align:center;

}

.section-dark i{

    font-size:2.5rem;

    color:var(--bs-primary);

    margin-bottom:1rem;

}

.section-dark h4{

    margin-bottom:1rem;

}