.headline {

	background-image: url( /resources/images/bgr1.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 60px 0px;
	background-size: cover;
	margin: 0 auto;
	text-align:center
}

.headline .headline-item {
    display:inline-block; width:22%; height: auto; vertical-align: top;padding: 5px;
}
.text-bgr { background-color:#FFFFFF; padding: 10px;}
.headline .headline-item img { width:100%; }

