.terms-section {
    padding: 40px 0;
}


.last-updated {
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}

.company-info {
    margin-bottom: 30px;
}

.company-info ul {
    list-style: none;
    padding-left: 20px;
    margin: 15px 0;
}

.company-info ul li {
    margin-bottom: 10px;
    position: relative;
}

.company-info ul li:before {
    content: "•";
    color: #28a745;
    font-weight: bold;
    position: absolute;
    left: -15px;
}

.important-notice {
    background: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #28a745;
    margin: 20px 0;
}

.terms-sections section {
    margin-bottom: 40px;
}

.terms-sections h2 {
    color: #28a745;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.terms-sections h3 {
    color: #333;
    font-size: 1.4rem;
    margin: 20px 0 15px;
}

.terms-sections p {
    line-height: 1.6;
    margin-bottom: 15px;
    color: #444;
}

@media (max-width: 768px) {
    .terms-section h1 {
        font-size: 2rem;
    }
    
    .terms-sections h2 {
        font-size: 1.5rem;
    }
    
    .terms-sections h3 {
        font-size: 1.2rem;
    }
} 