    .terms-content {
        padding: 30px 0 70px;
        text-align: left;
    }
    .terms-content h1 {
        font-size: 40px;
        line-height: 48px;
        font-family: 'Plus Jakarta Sans';
        font-weight: 800;
        margin-bottom: 10px;
    }
    .last-updated {
        font-style: italic;
        color: #7f8c8d;
        margin-bottom: 30px;
        text-align: center;
    }
    .terms-content h2 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 40px;
		margin-bottom: 10px;
        color: #2160fd;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        font-family: 'Plus Jakarta Sans';
        font-weight: 800;
    }
    .terms-content h3 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 25px;
        margin-bottom: 15px;
        color: #333;
    }
    .terms-content p {
        font-size: 18px;
        line-height: 28px;
        color: #474747;
        margin-bottom: 15px;
    }
    .terms-content ul, .terms-content ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .terms-content li {
        font-size: 18px;
        line-height: 28px;
        color: #474747;
        margin-bottom: 10px;
        list-style: disc;
    }
    .section {
        margin-bottom: 30px;
    }
    .contact-info {
        background-color: #f5f8fc;
        padding: 30px;
        border-radius: 10px;
        margin-top: 40px;
    }
    strong {
        font-weight: 700;
    }
    
    @media only screen and (max-width: 767px) {
        .terms-content h1 {
            font-size: 30px;
            line-height: 38px;
        }
        .terms-content h2 {
            font-size: 24px;
            line-height: 30px;
        }
        .terms-content h3 {
            font-size: 20px;
            line-height: 26px;
        }
        .terms-content p, .terms-content li {
            font-size: 16px;
            line-height: 24px;
        }
        .contact-info {
            padding: 20px;
        }
    }
