/* پدینگ دورادور صفحه */
.main {
    padding: 2%;
}

/* کانتینر اصلی */
.box {
    width: 100%;
}

/* کل متن */
.text {
    font-family: 'Poppins', sans-serif;
    line-height: 1.9;
    text-align: justify;
}

/* تصویر سمت چپ با جریان متن */
.text img {
    float: left;              /* کلید اصلی */
    width: 42%;               /* عرض تصویر */
    margin: 0 2% 0% 0;        /* فاصله از متن */
    height: auto;
    display: block;
}
.text img:hover {
    filter:brightness(1.2);
}

/* عنوان */
.text h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.5vw;
    margin-top: 0;
    font-weight: 400;
}

.text h1 span {
    color: #00aeef;
}
.text p{
    font-size: 1.2vw;
}
.text p:nth-of-type(1){
    margin-top: -2%;
}
.vmc b{
    font-family: 'Titillium Web', sans-serif;
    font-size: 2vw;
    font-weight: 400;
}
/*.vmc img{
    width: 2%;
    margin: 0 1%;
}*/
/* لیست */

/* جدول باید زیر تصویر شروع شود */
.table {
    clear: both;              /* بسیار مهم */
    margin:2%;
}

/* جدول */
.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table th,
.info-table td {
    border: 1px solid #000;
    padding:6px 5px;
    font-size: 12px;
}
.info-table th{
    font-family: 'Titillium Web', sans-serif;
    font-size: 2vw;
}
.table-title {
    text-align: center;
    font-weight: bold;
}
.table td:nth-of-type(odd){
    font-weight: bold;
}
caption {
    caption-side: bottom;      /* top | bottom */
    font-weight: normal;
    font-size: 1vw;
    margin-bottom: 8px;
    text-align: center;
}

/* موبایل */
@media (max-width: 768px) {
    .main,.box{
        margin: 0;
        padding: 0;
    }
    .text img {
        float: none;
        width: 100%;
        margin: 0 0 2% 0;
    }

    .text h1 {
        font-size: 7vw;
        text-align: center;
    }
    .text p{
        padding: 0 3%;
        font-size: 3vw;
    }
    .vmc b{
    font-family: 'Titillium Web', sans-serif;
    font-size: 5vw;
    font-weight: 400;
}
    .orgName{
        font-weight: bold;
        font-size: 1vw;
    }
    .table{
        display: flex;
        justify-content: center;
        margin: 1%;
        width: 96%;
    }
     table,
    thead,
    tbody,
    tr,
    td,
    th {
        display: block;
        width: 96%;
    }

    tr {
        margin-bottom: 15px;
        border: 1px solid #ccc;
        padding: 2%;
    }

    td {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
    }
    caption {
    display: none;
}
}
