.member_list{    padding-top: 120px;    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 10px 8px 10px;}.top_list_style{    color: #f48b13;}.main_member_list_header p{    color: #333;    padding: 5px;    font-weight: bold;}.member_main_list{    flex-wrap: wrap;    display: flex;    width: 1200px;    /*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;}.club_meeting{    padding: 70px 5px 10px 10px;}.club_meeting h3{    padding: 10px ;    text-align: center;    background-color: #0C3170;    color: #fff;}@media only screen and (max-width: 1180px) {    /* For mobile phones: */        .main_member_list_header{        display: block;    }    .member_main_list{        display: block;        width: 100% !important;    }    .colum_one{        width: 100%;    } }.last_btn button{    width: 90px;    padding: 12px 17px;    height: 42px;    background-color: #337AB7 ;    border: none;    border-radius: 5px;    cursor: pointer;    color: #fff;    font-size: 15px;}.last_btn button:hover{    background-color: #1e4e79;}