.section-1{
	background: url(rozwoj-biznesu-przez-technologie.jpg);
	height: 150vh;
	background-size:cover;
	color:#fff;
}

.section-1-text{
	position:absolute;
	left:50px;
	top:200px;
	width:40%;
	font-size:18px;
}

h1{
	font-size:96px;
}

.menu-icon img{
	width:28px;
}

.menu-icon{
	background-color:#fff;
	border-radius:50px;
	display:inline-block;
	padding:15px;
}

.title-box{
	background-color:#fff;
	border-radius:150px;
	display:inline-block;
	width:200px;
	height:200px;
}

.title-box h2{
	margin:auto;
}