body{
	padding-top: 2em;
}
H1{
	font-size: 32px;
	font-weight: 800;
	line-height: 1em;
	letter-spacing: 0px;
	text-align: left;
	margin: 0px;
}
h1 span{
	color: #D61C8C;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0px;
	display: block;
}

h2{
	font-size: 24px;
	font-weight: 800;
	line-height: 0.9em;
	letter-spacing: 0px;
}

.pic{
	width: 375px;
}

.anyQuestions{
	margin: 2.5em 0px 0px;
	font-size: 18px;
	width: 80%;
}
	.anyQuestions p{
		margin: 0px 0px 0.8em 0px;
	}
	.anyQuestions p a{
		color: inherit;
		text-decoration: none;
	}

.myBeInterestingBlock{
	position: relative;
	top: -2em;
}

.cells_block.services .cell{
	width: 28.2%;
	background-color: #ffffff;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 1.3em 2em 1.3em 1.3em;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3em;
}
	.cells_block.services .cell a{
		text-decoration: none;
		color: inherit;
	}
	.cells_block.services .cell h3{
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 300;
		font-size: 32px;
		line-height: 0.7em;
		margin: 0px;
	}

.serviceTeaser{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
	margin: 5em 0px 0px;
}


@media screen and (min-width: 0px) and (max-width:1100px){
	.cells_block.services .cell{
		width: 27%;
	}
	.ico01, .ico02, .ico03{
		width: 50px;
		margin-left: 1em;
	}
}

@media screen and (min-width: 0px) and (max-width:900px){
	.cells_block.services .cell{
		width: 26%;
	}
	
}

@media screen and (min-width: 0px) and (max-width:800px){
	.myBeInterestingBlock{
		top: 3em;
	}
	.cells_block{
		display: block;
		padding-bottom: 1em;
	}
	.cells_block.services .cell{
		width: auto;
		font-size: 18px;
		margin: 0px 0px 1em;
		padding-right: 1.3em;
	}
	.serviceTeaser{
		margin-top: 3em;
	}
	.anyQuestions{
		width: 90%;
	}
	.ico01, .ico02, .ico03{
		width: auto;
	}
}
@media screen and (min-width: 0px) and (max-width:500px){
	.pic{
		display: block;
		width: auto;
	}
}