		 /*==========================================
ABOUT PAGE TOP HEADER
==========================================*/

.spiritual-section .section-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 18px;
    background:#eef4ff;
    color:#1e3a8a;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
    text-transform:uppercase;
}

.spiritual-section .main-title{

    font-size:46px;
    font-weight:800;
    line-height:1.15;
    color:#1e3a8a;
    margin-bottom:20px;

}

.spiritual-section .main-title span{

    color:#d4a648;

}

.spiritual-section .section-text{

    max-width:760px;
    margin:0 auto;
    color:#64748b;
    font-size:17px;
    line-height:1.9;

}

/* nice spacing */

.spiritual-section>.text-center{

    padding-bottom:20px;
    margin-bottom:45px !important;

}

/* subtle divider */

.spiritual-section>.text-center:after{

    content:"";
    display:block;
    width:90px;
    height:4px;
    background:linear-gradient(90deg,#1e3a8a,#d4a648);
    margin:28px auto 0;
    border-radius:30px;

}