#body.service {
    text-align: center;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    font-family: Mockup;
	position: relative;
    top: 0px;
}

#body.service .headline {
	margin-top: 19.5%;
    margin-left: 4.5%;
    font-size: 41px;
    position: absolute;
    color: white;
}

#body.service .second-headline {
	margin-top: 22%;
	margin-left: 4.5%;
    font-size: 31px;
    position: absolute;
    color: white;
}

#body.service .headerbanner {
	width: 100%;
	margin-bottom: 60px;
	position: relative;
	min-width: 1550px;
}

#body.service .service-point .middle {
	font-family: MockupBold;
}

#body.service .headerbanner img {
	width: 100%;
}

#body.service .content .service-points {
	margin-left: 25px;
}

#body.service .content {
	width: 1510px;
    text-align: left;
    margin: auto;
	padding-left: 30px;
	margin-bottom: 60px;
}

#body.service .content .iconContainer{
	display: inline-block;
    float: left;
    margin-right: 14px;
    margin-top: 4px;
}

#body.service .content .iconContainer img{
	height: 35px;
}

#body.service .content .big {
	font-size: 24px;
}

#body.service .content .middle {
	font-size: 18px;
}