﻿.image {
    margin: auto; 
    width:30%;
} 
.image img {
    border-radius:10px;
     width:100%; 
     margin:auto;
     margin-top:20px;
     margin-bottom:40px;
     box-shadow:5px 5px 10px grey;
}
.td1 { 
    float:right;
    width:30%;
    font-weight:bold;
    font-size:18px;
}
.td2 {
    float:left;
    width:70%;
    font-size:18px;
}
.table {
    margin:auto;width:50%;font-family:'DroidArabicKufiRegular';margin-bottom:30px
}
@media (max-width:700px) {
    .image {
        width:90%;
    }
    .image img {
        width:80%; 
        margin-right:10px;
    }
    .td1 {
        width:100%; 
    }
    .td2 {
        width: 100%;
        margin-bottom:10px; 

    }
    .table {
        width:100%
    }
}


