/* ==========================================
   STANDARD PAGES
========================================== */

/* ===============================
   Standard Page Hero
=================================*/

.pc-page-hero{
    padding:100px 20px 70px;
    text-align:center;
    background:#fff;
}

.pc-page-hero .pc-container{
    max-width:900px;
    margin:0 auto;
}

.pc-page-label{
    display:inline-block;
    font-size:.85rem;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#22c55e;
    margin-bottom:18px;
}

.pc-page-hero h1{
    font-size:3.2rem;
    font-weight:700;
    line-height:1.15;
    color:#1f2937;
}



.pc-page-content{
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 32px;
}

.pc-page-content h2{
    margin-top: 70px;
    margin-bottom: 24px;
    font-size: 2rem;
    font-weight: 700;
    color:#111827;
}

.pc-page-content h3{
    margin-top:40px;
    margin-bottom:18px;
    font-size:1.35rem;
    font-weight:600;
}

.pc-page-content p{
    margin-bottom:22px;
    font-size:1.08rem;
    line-height:1.9;
    color:#4b5563;
}

.pc-page-content ul{
    margin:20px 0 30px 25px;
}

.pc-page-content li{
    margin-bottom:14px;
    line-height:1.8;
    color:#4b5563;
}

.pc-page-content hr{
    border:none;
    border-top:1px solid #e5e7eb;
    margin:55px 0;
}

.pc-page-content strong{
    color:#111827;
}