
.member_list{
    padding-top: 125px;
    display: flex;
    justify-content: center;
    font-family: 'Scada', sans-serif !important;

}
.main_member_list_header{
    width: 90%;
    height: auto;
    /* border: 1px solid black; */
    text-align: center;
}

.Basic_rotary_link{
    width: 20%;
    height: auto;
    /* border: 1px solid black; */
}
.main_member_list_header h1{
    color: #0C3170;
    padding: 10px;
}
.top_list_style{
    color: #f48b13;

}
.main_member_list_header p{
    color: #333;
    padding: 5px;
}
.member_main_list{
    display: flex;
    justify-content: center;
}
.colum_one{
    width: 50%;
    /* border: 1px solid black; */
}
.person_list{
    display: flex;
    border: 1px dotted #999;
    margin: 5px;
    border-radius: 2px;
}
.person_image{
    width: 120px;
    height: auto;
    padding: 10px;
    
}
.person_image img{
    width: 100px;
    height: 120px;
}
.person_details{
    padding: 10px 0px 10px 0px;
    
}
.full_name{
    text-align: left;
}

@media only screen and (max-width: 1180px) {
    /* For mobile phones: */
    
    .main_member_list_header{
        display: block;
    }
    .main_member_list_header h1 {
        padding: 40px;
    }

    .member_main_list{
        display: block;
    }
    .colum_one{
        width: 100%;
    }



 
}