.meeting_item p {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: -10px;
    color: #cacaca;
    font-size: 15px;
    height: 37px;
    padding-top: 5px;
 
    right: 0;
    text-align: center;
    width: 100%;
        margin-bottom: 0px;
}

.meeting_item h4 {
    text-align: center;
    color: black;
    font-family: "wyekan";
    padding: 10px;
}

.meeting_item img {
    bottom: 0;

    right: 0;
    max-width: 100%;
    max-height: 100%;
  
     width: 280px;
     height:290px;

}
.meeting_item {

    background-position: center top;
    background-repeat: no-repeat;
    border: 1px solid #cacaca;
  
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 280px;
}

#full_meeting_list .row [class*="col-sm"] {
    padding: 10px 3px;
}
#full_meeting_list .row{
	text-align: center;
    margin: auto;
}

h1.my_meeting_list_title {
    text-align: center;
    font-family: "wyekan";
}

h1.my_meeting_list_title {
    text-align: center;
    font-family: "wyekan";
       margin-bottom: 25px;
}
h1.my_meeting_list_title .my_council_list_main_span span {
    color: red;
}

h1.my_meeting_list_title .my_meeting_list_main_span{
 border-bottom: 2px solid #ff8100;
}




