﻿
.S_A_Text
{
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: justify;
    line-height: 30px;
    direction: rtl;
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_A_Text
    {
        font-size: 0.9em;
        line-height: 25px;
    }
}