@charset "utf-8";
.wrapper #seventh {
	padding-top: 35px;
}
.wrapper #seventh h1 {
	margin-top: 69px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 111px;
	text-align: center;
}

.wrapper #seventh h1::after{
	content: '';
	width: 120px;
	height: 3px;
	background:#004FB8;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
}
.wrapper #seventh .news_box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

#seventh .news_box .news_piece {
	max-width: 380px;
	box-shadow: 2px 2px 20px 10px #00000029;
	-webkit-box-shadow: 3px 2px 20px 10px #00000029;
	border: thick solid  #D4D4D4;
	border-radius: 25px;
}
.news_box .news_piece img {
	width: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.news_box .news_piece h2 {
	text-align: left;
	margin-left: 38px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-right: 31px;
}

.news_box .news_piece .news_button {
	justify-content: flex-start;
	display: flex;
	padding-left: 38px;
	margin-bottom: 38px;
}
@media screen and (max-width: 720px){
	.wrapper #seventh {
	padding-top: 227px;
	}}