div.index_main{
	width:100%;
	height: 100%;
	margin:0 auto;
	background-image: url('../img/backerei.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

ul.awards{
	padding-left: 1rem;
}
ul.awards > li{
	list-style-type: disc;
	font-size: 14px;
}
ul.awards > li strong{
	font-weight: bold;
}

@media screen and (max-width:992px){
	ul.awards > li{
		font-size: 18px;
	}
}