@charset "utf-8";
/* CSS Document */

.news{
	width: 100%;
	overflow: auto;
	padding: 50px 0 50px 0;
	box-sizing:border-box;
	border-top:#7accc7 solid 1px;
	border-bottom:#7accc7 solid 1px;
}

.news-link{
	width: fit-content;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #8a7f7d;
}

.news-link:hover{
	color: #7accc7;
}

.news-link img{
	width: 45px;
}

.news-link p{
	font-size: .875rem;
	margin-top: -7px;
}

@media screen and (max-width:640px) {
	
.news{
    min-height: 500px;
}

}

@media screen and (max-width:480px) {


.news{
    height: 620px;
}

}