.new_hit .contain {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.new_hit .contain>div {
	display: flex;
	flex-direction: column;
	flex: 30%;
	max-width: 330px;
	margin-right: 15px;
	margin-bottom: 30px;
	justify-content: space-between;
}