﻿/*.Desktop.AR*/
.Desktop.AR .privacy {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 40px;
}

    .Desktop.AR .privacy blockquote {
        margin-top: 30px;
    }

    .Desktop.AR .privacy ul {
        direction: rtl;
        direction: rtl;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .Desktop.AR .privacy .about-author {
        margin-top: 30px;
    }
/*.Mobile.AR*/
.Mobile.AR .privacy {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 40px;
}

    .Mobile.AR .privacy blockquote {
        margin-top: 30px;
    }

    .Mobile.AR .privacy ul {
        direction: rtl;
        direction: rtl;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .Mobile.AR .privacy .about-author {
        margin-top: 30px;
    }





/*.Desktop.EN*/
.Desktop.EN .privacy {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 40px;
}

    .Desktop.EN .privacy blockquote {
        margin-top: 30px;
    }

    .Desktop.EN .privacy ul {
        direction: rtl;
        direction: rtl;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .Desktop.EN .privacy .about-author {
        margin-top: 30px;
    }
/*.Mobile.EN*/
.Mobile.EN .privacy {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 40px;
}

.Mobile.EN .privacy blockquote {
    margin-top: 30px;
}

.Mobile.EN .privacy ul {
    direction: rtl;
    direction: rtl;
    margin-top: 30px;
    margin-bottom: 30px;
}

.Mobile.EN .privacy .about-author {
    margin-top: 30px;
}