.Section {
    background-color: #fbfbfb;
}

.introducePic {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px,
    rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
    rgba(0, 0, 0, 0.07) 0 32px 16px;
}

.introducePic, .ImageContainer {
    margin-bottom: 50px;
}

.Paragraph {
    font-family: IRANSansWeb_Light, Nunito-Light !important;
    text-align: justify;
    line-height: 2;
    margin-bottom: 20px;
}

.Paragraph span {
    color: #57aede;
    font-family: IRANSansWeb_Bold, Nunito-Bold !important;
}

.titles {
    font-family: IRANSansWeb_Bold, Nunito-Bold !important;
    margin-bottom: 15px;
    color: #6096B4;
}

.List li {
    margin: 10px 0;
}

.List li:first-child:before {
    content: "";
}

.List li:before {
    content: '\25CF';
    color: cornflowerblue;
    margin: 0 10px;
}

.ImageContainer {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px,
    rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px,
    rgba(0, 0, 0, 0.07) 0 32px 16px;
    background-color: white;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.NotFoundText {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.NotFoundText h1 {
    font-family: IRANSansWebFaNum_Bold, Nunito-Bold;
    color: #0a53be;
    font-size: 100px;
}
.NotFoundText p{
    width: 300px;
    text-align: center;
}
.NotFoundText a, .NotFoundText a:hover {
    border-radius: 7px;
    text-decoration: none;
    color: white;
    padding: 15px 20px;
    background-color: #fab835;
    transform: scale(1);
    margin-top: 20px;
    transition: all ease 0.5s;
}

.NotFoundText a:active {
    transform: scale(1.1);
}
 /*New change*/
.tableSection{
    margin-top: 100px;
}
.aboutTable{
    width: 100%;
    overflow: hidden;
    border-radius: 17px ;
}
.aboutTable thead{
    background-color: #6096B4;
    color: white;
}
.aboutTable thead tr th , .aboutTable tbody tr td{
    padding: 15px 0;
    text-align: center;
}
.aboutTable tbody tr{
    transition: all ease 0.5s;
    background-color: #f5f5f5;
}
.aboutTable tbody tr:nth-child(even){
    background-color: #e4eaff;
}
.aboutTable tbody tr:hover{
    background-color: #eeeeee;
}
/*New change*/
