#private{
    display: flex;
    flex-direction: column;
}
#private .Title{
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
#private .Paragraph{
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 16px;
    margin-top: 20px;
    color: #313235;

}

#private p{
    display: flex;
    text-align: right;
    justify-content: flex-start;
    direction: rtl;
    color: #262626;
    font-size: 16px;
}

.salesService .paragraphContent,
.salesService .paragraphContent .subTitle{
    display: flex;
}

#private h3 ,#private .paragraphContent h4{
    color: #d6b267;
}
.salesService .paragraphContent .frameList li{
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (max-width: 575.98px) {

    .salesService .paragraphContent{
        flex-direction: column;
        width: 98%;
    }
    .salesService .paragraphContent .subTitle{
        align-items: flex-end;
        justify-content: flex-start;
        text-align: right;
        direction: rtl;
    }
    #private .paragraphContent h4{
        font-size: 20px;
        font-weight: 100;
    }
    .salesService .paragraphContent .frameList{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        direction: rtl;
        text-align: right;
    }
    .salesService .paragraphContent .frameList li::marker{
        color: #173446;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .salesService .paragraphContent{
        flex-direction: column;
        width: 98%;
    }
    .salesService .paragraphContent .subTitle{
        align-items: flex-end;
        justify-content: flex-start;
        text-align: right;
        direction: rtl;
    }
    #private .paragraphContent h4{
        font-size: 20px;
        font-weight: 100;
    }
    .salesService .paragraphContent .frameList{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        direction: rtl;
        text-align: right;
    }
    .salesService .paragraphContent .frameList li::marker{
        color: #173446;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .salesService .paragraphContent{
        flex-direction: column;
        width: 98%;
    }
    .salesService .paragraphContent .subTitle{
        align-items: flex-end;
        justify-content: flex-start;
        text-align: right;
        direction: rtl;
    }
    #private .paragraphContent h4{
        font-size: 20px;
        font-weight: 100;
    }
    .salesService .paragraphContent .frameList{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        direction: rtl;
        text-align: right;
    }
    .salesService .paragraphContent .frameList li::marker{
        color: #173446;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .salesService .paragraphContent{
        flex-direction: column;
        width: 98%;
    }
    .salesService .paragraphContent .subTitle{
        align-items: flex-end;
        justify-content: flex-start;
        text-align: right;
        direction: rtl;
    }
    #private .paragraphContent h4{
        font-size: 20px;
        font-weight: 100;
    }
    .salesService .paragraphContent .frameList{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        direction: rtl;
        text-align: right;
    }
    .salesService .paragraphContent .frameList li::marker{
        color: #173446;
    }
}

@media (min-width: 1200px) {

    .salesService .paragraphContent{
        flex-direction: column;
        width: 98%;
    }
    .salesService .paragraphContent .subTitle{
        align-items: flex-end;
        justify-content: flex-start;
        text-align: right;
        direction: rtl;
    }
    #private .paragraphContent h4{
        font-size: 20px;
        font-weight: 100;
    }
    .salesService .paragraphContent .frameList{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        direction: rtl;
        text-align: right;
    }
    .salesService .paragraphContent .frameList li::marker{
        color: #173446;
    }
}