
.terms-container {
    width: 1265px;
    background-color: #ffffff;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #000000;
    padding-top: 80px;
}

.section {
    margin-bottom: 45px;
}

.section h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
}

.section p {
    font-size: 16px;
    line-height: 37px;
    color: #333333;
    text-align: justify;
}

.definitions-list {
    padding-left: 20px;
    margin: 0;
}

.definitions-list li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #333;
}

.definitions-list strong {
    font-weight: 600;
}

.section ul {
    padding-left: 20px;
    margin-top: 10px;
}

.section li {
    margin-bottom: 8px;
    line-height: 1.5;
}

   @media (max-width: 1024px) {
    .terms-container {
        width: 90%;
    }

    h1 {
        font-size: 36px;
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .terms-container {
        width: 92%;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 40px;
        padding-top: 50px;
        text-align: center; 
    }

    .section h2 {
        font-size: 17px;
    }

    .section p {
        font-size: 15px;
        line-height: 30px;
        text-align: left; 
    }
}

@media (max-width: 480px) {
    .terms-container {
        width: 94%;
    }

    h1 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 30px;
        padding-top: 40px;
        text-align: center; 
    }

    .section {
        margin-bottom: 30px;
    }

    .section h2 {
        font-size: 16px;
    }

    .section p {
        font-size: 14px;
        line-height: 26px;
        text-align: left; 
    }

    .section ul {
        padding-left: 16px;
    }
}

@media (max-width: 375px) {
    .terms-container {
        width: 95%;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 25px;
        padding-top: 35px;
        text-align: center;
    }

    .section h2 {
        font-size: 15px;
    }

    .section p {
        font-size: 13.5px;
        line-height: 24px;
        text-align: left;
    }
}
