.terms-container {
    max-width: 800px;
    margin: 160px auto 0;
    padding: 40px 20px;
    color: white;
}

.terms-container h1 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
}

.terms-container section {
    margin-bottom: 40px;
    background-color: rgba(13, 17, 23, 0.95);
    padding: 25px;
    border-radius: 10px;
}

.terms-container h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: white; /* Başlık beyaz */
}

.terms-container p {
    line-height: 1.6;
    color: rgb(24, 116, 204); /* Mavi yazı */
    margin-bottom: 10px;
}

.terms-container ul {
    list-style-type: disc;
    margin-left: 20px;
    color: rgb(24, 116, 204); /* Mavi */
}

.terms-container li {
    margin-bottom: 10px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .terms-container {
        padding: 20px;
    }

    .terms-container h1 {
        font-size: 28px;
    }

    .terms-container h2 {
        font-size: 20px;
    }

    .terms-container section {
        padding: 20px;
    }
}
