.ra_city_council_list_of_council {
    text-align: center;
}
.ra_city_council_list_of_council .myitem {
    display: inline-block;
    margin: 6px;
    text-align: center;
}
.ra_city_council_list_of_council .myitem a img {
    width: 120px;
    height: 160px;
        object-fit: cover;
        border-radius: 2px;
        
}
.ra_city_council_list_of_council .myitem a p {
    color: #272727;
    font-family: "wyekan";
    font-size: 16px;
    /* margin-top: 5px; */
    background-color: #f1f1f1;
    padding: 5px;
    font-weight: 600;
    border-radius: 2px;

}

.ra_city_council_list_of_council .header {
    box-shadow: -1px 2px 1px 0px #c7c6c6;
    padding: 3px;
    margin: 5px;
    background-color: #f1f1f1;
}
.ra_city_council_list_of_council .header h3 {
   
    color: #2f2f2f;
    /* text-shadow: 0 0 1px #dcdcdc; */
    font-size: 26px;
}

@media screen and (min-width: 1600px) {
	.ra_city_council_list_of_council .myitem a img {
	    width: 150px;
	    height: 190px;
	}
}