.project_inner_info .info_title h5 {
	font-weight: bold;
	border-bottom: 4px solid;
	padding-bottom: 5px;
}
.project_inner_info .info_content li {
	list-style: none;
	font-size: 20px;
	border-bottom: 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.list-style-block {
    padding-left: 20px;
}
.list-style-block li {
	list-style: disc !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}


/*project photo gallery*/
.photos {
  padding-bottom:20px;
}

.photos .item {
  padding-bottom:15px;
}
.photos img:hover { filter: grayscale(1); }
.photos .item p { margin-top: 15px;}