.main_div_commission_info {
    text-align: center;
}

div#div_name_commission h1 {
    font-family: "wyekan";
    margin: 25px;
}

div#div_name_commission h1 span {
    border-bottom: 2px solid #ff701d;
}

div#div_name_commission img {
    max-width: 100%;
    height: auto;
}

div#div_info_commission {
    margin: 12px;
    /* box-shadow: 0 0 4px #f3f3f3; */
    border: 1px solid whitesmoke;
}
div#div_info_commission p {
    display: inline-block;
    font-size: 18px;
    font-family: "wyekan";
    margin-top: 5px;
}
div#div_info_commission p span {
    color: #ff5353;
}

div#div_tozihat_commission {
    margin: 20px;
    font-size: 16px;
    margin-right: 12px;
    margin-left: 8px;
}

.commission_council_item .members_shora a img {
    max-width: 100%;
        height: 210px;
    object-fit: cover;
}
.commission_council_item {
    display: inline-block;
    margin: 8px;
    width: 160px;
}
.commission_council_item .members_shora a h4 {
    color: black;
    font-family: "wyekan";
    margin: 8px;
}
div#div_council_of_commission {
    border: 1px solid #e8e2e2;
    box-shadow: 0 0 1px #b3aeae;
}
div#div_council_of_commission h2 {
    color: #6b6bff;
    font-family: "wyekan";
}


