.Terms_container__zbzX0 {
    margin-top: 100px;
}

.Terms_termsContainer__8V73l {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.Terms_section__PV9Y3 {
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
}

.Terms_section__PV9Y3:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.Terms_heading__tpXLo {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'BlackFont', sans-serif;
}

.Terms_sectionTitle__IHce_ {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-family: 'BlackFont', sans-serif;
}

.Terms_sectionTitle__IHce_::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background-color: #3b82f6;
    margin-right: 1rem;
    border-radius: 2px;
}

.Terms_content__83w4S {
    color: #b0cdef;
    line-height: 1.7;
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
    .Terms_termsContainer__8V73l {
        padding: 1rem;
    }

    .Terms_heading__tpXLo {
        font-size: 2rem;
    }

    .Terms_sectionTitle__IHce_ {
        font-size: 1.25rem;
    }

    .Terms_content__83w4S {
        font-size: 1rem;
    }
} 
