@media only screen and (max-width:768px){


    /* section-one */

.section-one
{
    padding: 15px 15px;
}

.section-one .row .col-md-6 .pray img
{
    display:block;
    width: 100%;
    height: 600px;
    margin: 5px auto;


}

/* ده أهم جزء في التنسيق ههههههههههه اكتشاف عظيم والله */
.section-one .col-md-6:last-child{
    position: relative;
}

.section-one .row .col-md-6 .me

{   width: 100%;
    position: absolute;
    top: 0vmin;
    right: 0vmin;
    background: white;
    border-radius: 3px;
    margin: 5px auto; 
    text-align: center;  
}


.section-four .student 
{
    padding-top: 2rem;
}
.section-four .student .col-md-4 .card 
{
   width: 300px;
   height:400px;
   margin-top:10px;
}
    

.section-five .center
{
    padding-top: 2rem;
}

.section-five .center .col-md-4 .card 
{
   width: 300px;
   height:400px;
   margin-top:10px;
}
.section-five .center .col-md-4 p
{
   text-align: right;
   text-justify:distribute-all-lines;
   
}



}


@media only screen and (max-width:520px) {

    .section-tow .tab-content
    {
        
        text-align:right;
        margin-right:0px auto;
    }
    
    .section-tow .tab-content p
    {
    
    padding: 0px;
    margin-top: 5px;
    color: white;
    text-align: right;
    font-size: 12px;
    font-family:'Tajawal', sans-serif ;
    }


    .section-tow .tab-content.partner
    {
        box-sizing: content-box;
    }

    .section-tow .tab-content.partner p{
        font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
    color: rgb(0, 0, 0);
    text-align: justify;
    font-family:'Tajawal', sans-serif ;
 
       }

       .section-tow .tab-content.partner p ul 
       {
        padding-right: 0px;
        padding-left: 0px;
        color: rgb(0, 0, 0);
        text-align: right;
        font-family:'Tajawal', sans-serif ;
       }
}





/* صفحة القانون */

@media only screen and (max-width:520px) {

    main .row .low-pic img
{
    
    padding-right:30px;
    
}

main .row .low-card {
    margin-top: 15px;
    box-shadow: 1px 2px 50px 0px rgba(24, 23, 23, 0.3);
}

}