/* =============== Terms Section =============== */
.terms-section {
    margin-top: 60px;
}

.terms-intro {
    font-size: 18px;
    font-weight: 600;
    color: #6F6F6F;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: justify;
}

.terms-block {
    margin-bottom: 4rem;
}

.terms-block h3 {
    font-size: 28px;
    font-weight: 600;
    color: #3E5EC0;
    margin-bottom: 8px;
}

.terms-block p {
    font-size: 18px;
    font-weight: 600;
    color: #6F6F6F;
    line-height: 1.8;
    margin-bottom: 24px;
    text-align: justify;
}

.customer-email {
    font-size: 1.25rem;
    font-weight: 700;
    color: #6F6F6F;
    display: block;
    margin-bottom: 1rem;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .terms-section {
        margin-top: 3rem;
    }

    .terms-intro,
    .terms-block p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .terms-block h3 {
        font-size: 1.875rem;
        margin-bottom: 1.5rem;
    }

    .customer-email {
        font-size: 1rem;
    }
}