.headline-center-lm{
    position:absolute;
}
@media only screen and (max-width: 734px) {
	.headline-center-lm{
		position: static;
	}
}

.grid-item-five-g .grid-item-headline{
    padding-bottom:57px;
}
@media only screen and (max-width: 1068px) {
	.grid-item-five-g .grid-item-headline{
        padding-bottom:43px;
    }
   .grid-item-five-g .image-overview-why-icon_fast{
        bottom:-13px;
    }
}
@media only screen and (max-width: 734px) {
	.grid-item-five-g .image-overview-why-icon_fast{
        bottom:-42px;
    }
}