.news_column {
    border-right: 1px #ccc solid;
    padding-right: 20px;
}
.news_column .item-title a {
    display: flex
;
    justify-content: center;
}
div.news_column .imghome {
    width: 100%;
}
.featured-news h2{
	    margin: 0 0 6px 0;
    padding: 0;
}
div.news_column .text-muted {
    font-size: 12px;
}
.news_column .news-item .hometext {
    max-height: 110px;
    overflow: hidden;
    position: relative;
}
.news-item h2 a, .news-item h3 a {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.bodytext{
	margin-bottom: 30px;
}
.image-full-page{
	
}
.image-full-page img{
	width:100%;
	object-fit:cover;
}
