
.fgh-core-page{
    background:#fff;
    color:#222325;
}
.fgh-core-container{
    max-width:1120px;
    margin:0 auto;
    padding:0 24px;
    box-sizing:border-box;
}
.fgh-core-hero{
    background:#111;
    color:#fff;
    padding:72px 0 62px;
}
.fgh-core-eyebrow{
    display:inline-flex;
    background:#1dbf73;
    color:#fff;
    border-radius:999px;
    padding:8px 14px;
    font-size:13px;
    font-weight:900;
    margin-bottom:18px;
}
.fgh-core-hero h1{
    font-size:56px;
    line-height:1.05;
    letter-spacing:-.055em;
    margin:0 0 14px;
}
.fgh-core-hero p{
    max-width:680px;
    margin:0;
    color:#d5d7da;
    font-size:18px;
    line-height:1.65;
}
.fgh-core-content-wrap{
    padding-top:42px;
    padding-bottom:70px;
}
.fgh-core-content{
    background:#fff;
    border:1px solid #eee;
    border-radius:24px;
    padding:38px;
    box-shadow:0 14px 38px rgba(0,0,0,.055);
    font-size:18px;
    line-height:1.8;
    color:#404145;
}
.fgh-core-content h2,
.fgh-core-content h3{
    color:#222325;
    letter-spacing:-.03em;
    line-height:1.2;
}
.fgh-core-content h2{
    font-size:34px;
    margin:0 0 18px;
}
.fgh-core-content h3{
    font-size:24px;
    margin-top:32px;
}
.fgh-core-content a{
    color:#1dbf73;
    font-weight:800;
}
.fgh-core-content p{
    margin:0 0 18px;
}
@media(max-width:768px){
    .fgh-core-container{
        padding:0 18px;
    }
    .fgh-core-hero{
        padding:48px 0 42px;
    }
    .fgh-core-hero h1{
        font-size:38px;
    }
    .fgh-core-content{
        padding:24px;
        font-size:16px;
        border-radius:18px;
    }
}
