/* Terms of Service Page Styles */

body {
    letter-spacing: 1px;
    background: #FFFFFF;
}

.content {
    padding: 4rem 0;
    background: #FFFFFF;
    color: #2c3e50;
    font-family: sans-serif;
}

.content h1 {
    color: #2c3e50;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.content h2 {
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content h3 {
    color: #2c3e50;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.content p {
    text-align: justify;
    line-height: 1.6;
    color: #34495e;
}

@media (max-width: 768px) {
    .content {
        padding: 2rem 0;
    }
    .content h1 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

