/* ==========================================================================
   Terms of Service Page
   ========================================================================== */
   
.tos-hero {
    text-align: center;
    margin-top: 4.5rem;
}

.tof-lead {
    color: var(--accent);
    text-decoration: none; 
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 1.5rem auto;
    line-height: 1.6;
    padding-left: 40px;
    
}
.tof-head {
    color: var(--accent);
    text-decoration: none; 
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 1.5rem auto;
    line-height: 1.6;
}