@charset "utf-8";

.anc {
	padding-top: 120px;
	margin-top: -120px;	
}

.second_hdr {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_head {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #b61d23;
	margin: 0 0 15px;
}
.news_head h5 {
	font-size: 24px;
	font-weight: 700;	
}

article {
	max-width: 760px;
	margin: 0 auto;
	padding: 30px 20px 60px;
	border-top: 1px solid #333;	
}
article p {
	margin-bottom: 1.5em;	
}
.wp-block-image {
	margin: 0 0 30px;
	text-align: center	;
}
.wp-block-image img {
	width: 100%;
	height: auto;	
}

@media(max-width: 767px) {
.news_head {
	display: block;	
}
.news_head h5 {
	font-size: 20px;	
}
p.update {
	font-size: 14px;
	text-align: right	
}
}
