تواصل معنا
.title {
text-align: center;
color: #0084bd;
font-size: 45px;
margin-bottom: 0;
padding-bottom: 0;
font-family: 'Source Code Pro', sans-serif;
}
.table_box {
width: 100%;
max-width: 600px;
border-collapse: collapse;
margin: 20px auto;
font-size: 18px;
text-align: right;
direction: rtl;
font-family: Arial, sans-serif;
border-radius: 10px;
overflow: hidden;
}
.Table_row {
border-bottom: 1px solid #ddd;
}
.Table_row:last-child {
border-bottom: none;
}
.table_data {
padding: 15px;
text-align: center;