.newsletter {
	display: flex;
	justify-content: center;
}

.col_news {
	width: 41vw;
	height: auto;
	padding-top: 5vw;
	padding-bottom: 3vw;
}

.news_header {
	border-bottom: 1px solid black;
    padding-bottom: 1vw;
}

.news_header .logo {
	width: 6.4vw;
}

a.news_row:hover span{
	color: #999;
}

.news_row {
	padding: 0.3vw 0 0.15vw 0;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}

.news_row.title {
    justify-content: end;
    text-transform: none;
}

span.title {
    text-transform: none;
}

.news_image {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	padding: 1.5vw 0;
	border-bottom: 1px solid black;
}

.news_image img {
	width: 100%;
	padding-bottom: 1.5vw;
}

.news_row.text {
	text-transform: none;
	padding-top: 1.5vw;
	border-bottom: 0;
}

.news_row.attached {
	display: block;
	text-transform: none;
	border-bottom: 0;
}

.news_row.logotype {
	padding-top: 3vw;
    padding-bottom: 1vw;
	
}

.news_row.logotype img{
	width: 10vw;
}

.news_row.contact {
	justify-content: end;
}

.news_row.ig {
	text-transform: none;
}