/* Section 1 */
.section1 {
	margin: 26px auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 3.441px 4.915px 18px 0px rgba(80, 82, 89, 0.31);
	width: 1100px;
	height: 100%;
	padding-bottom: 40px;
}

.section1 h1 {
	width: 100%;
	display: inline-block;
	font-family: 'Roboto Bold';
	color: #333333;
	font-size: 40px;
	text-align: center;
	margin-top: 30px;
}

.img {
	width: 100%;
	height: 570px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news-wrap {
	padding: 0 50px;
	font-family: 'Roboto Regular';
	line-height: 24px;
	color: #333333;
}

.news-wrap h2 {
	font-family: 'Roboto Bold';
	font-size: 27px;
	text-align: center;
}

.news-wrap h3 {
	font-family: 'Roboto Medium';
	font-size: 20px;
	padding-top: 9px;
}

.news-wrap p {	
	font-size: 16px;	
	margin: 20px 0;
}

.news-wrap strong {
	font-family: 'Roboto Medium';
}

.news-wrap a {
	color: #2a90e7;
	text-decoration: none;
}

.news-wrap a:hover {
	color: #237bc6;	
}

.news-wrap a[href^="tel:"] {
  color: #000;
}

.news-wrap .date {
	font-family: 'Roboto Regular';
	color: #333333;
	font-size: 14px;
	margin-top: -16px;
	margin-left: 950px;
}

.news-wrap img {
	width: 100% !important;
	height: auto !important;
}

.news-wrap iframe {
	width: 100%;
	height: 563px;
}

.news-wrap li,
.news-wrap ol  {
	list-style: disc;
	margin: 6px 16px;
}

.news-wrap ul {
	margin-bottom: 20px;
}

.image-exists {
	display: none;
}

@media (max-width: 1140px) {
	.section1 {
		width: 680px;
		min-width: 680px;
		box-shadow: none;
		margin: 0 auto;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.img {
		height: 360px;
	}	
	.section1 h1 {
		font-size: 44px;
	}
	.news-wrap {
		padding: 0 40px;
		font-size: 24px;
		line-height: 34px;
	}
	.news-wrap p {
		font-size: 24px;
		line-height: 34px;
	}
	.news-wrap .date {
		font-size: 24px;
		margin-top: -12px;
		margin-left: 480px;
	}
	.news-wrap iframe {
		width: 100%;
		height: 338px;
	}
}
