﻿.title {
    font-family: YJ,NYJ !important;
    text-align: right;
    direction: rtl;
    margin-top: 20px;
}

    .title h3 {
        display: inline-block;
        margin-right: -30px;
        color: #ffffff;
        background-color: #22205f;
        padding: 20px 20px 20px 100px;
    }

.member {
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    direction: rtl;
    float: right;
    width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}

    .member img {
        width: 200px;
        border-radius: 20px;
        border: 5px solid #e8e8e8;
        margin: auto;
        margin-bottom: 10px;
    }

    .member a:hover {
        text-decoration:none;
        color:#22205f;
        cursor: pointer;
    }
