.contentbox {
	
	margin: 45px 20px 20px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.title {
	font-size: 35px;
	margin-bottom: 60px;
}

.szolgaltatasok .item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	
}

.szolgaltatasok .item div:first-child {
	width: 60%;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
}

.szolgaltatasok .item div:last-child{
	width: 40%;
	height: 200px;
	background-image: url("../img/background.jpg");
	background-position: center;
	background-size: cover;
}

.szolgaltatasok .item div:first-child .item_title {
	font-size: 25px;
	width: 100%;
}