.terms-content {
    padding: 60px 20px;
}

.terms-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.terms-content p {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.terms-content ul {
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.terms-content ol {
    list-style: decimal;
    margin-left: 20px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.terms-content a {
    color: #007bff;
    text-decoration: none;
}

.mobile-advertising {
    display: none;
}

