/* Stiluri pentru pagina de Termeni și Condiții */
.terms-section {
    max-width: 1500px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.terms-section h2 {
    color: #004494;
    text-align: center;
    margin-bottom: 20px;
}

.terms-section h3 {
    color: #333;
    margin-top: 20px;
}

.terms-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}
