<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
 /*   margin : auto ;*/
    direction: rtl;
    padding: 1rem 0 ;
}

.section-title {
    font-size: 28px;
    color: var(--form_fcolor);
    font-weight: bold;
    direction: rtl;
    align-self: center;
    padding: 12px;
    margin: 0;
    line-height: 35px;
}

.section-divider {
    margin: 1rem auto;
    /*margin-top: 40px;*/
    width: 15%;
    border: 0;
    height: 1px;
    background-color : transparent ;
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0), var(--form_fcolor), rgba(255, 255, 255, 0)) ;
}

.section-description {
    width : 100% ;
    font-size: 18px;
    color: var(--form_fcolor);
    direction: rtl;
    padding: 12px;
    margin: 0;
    line-height: 32px;
}

@media(max-width: 992px) {
    .section-description {
        white-space: pre-wrap;
        word-wrap: break-word;
        text-align: justify;
    }
}</pre></body></html>