/* Termeni și condiții */
.container-terms {
    margin: 20px auto;
    width: 80%;
    max-width: 1200px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.terms-title {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.terms-subtitle {
    font-size: 22px;
    color: #444;
    margin-top: 20px;
    font-weight: bold;
}

.terms-section {
    margin-bottom: 20px;
}

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

a {
    color: #be0709;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}