.portfolio_list .section_item {
	display: inline-block;
	width: 23%;
	padding: 0;
	margin: 0 2.6% 2.6% 0;
	line-height: 0;
	text-align: left;
	line-height: 0;
	font-size: 0;
}
.portfolio_list .section_item:nth-child(4n) {
	margin-right: 0px;
}
.portfolio_list .section_preview_image {
	display: block;
}
.portfolio_list .section_title {
	display: block;
}
.portfolio_list .img--fluid {
	width: 100%;
}
@media (max-width: 1200px) {
	.portfolio_list .section_item {
		width: 31%;
		margin: 0 3.5% 3.5% 0;
	}
	.portfolio_list .section_item:nth-child(4n) {
		margin-right: 3.5%;
	}
	.portfolio_list .section_item:nth-child(3n) {
		margin-right: 0px;
	}
}
