.hero-section-alpsko-bilje {
	background: url(../images/alpsko-bilje/hero-bilje.png);
	height: 800px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.alpsko-bilje-div {
	background-color: #fff;
	padding: 30px;
	max-width: 600px;
	text-align: center;
	position: absolute;
	top: 180px;
}
.alpsko-bilje-div h2 {
	font-size: 42px;
}
.alpsko-bilje-div h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.alpsko-bilje-div p {
	font-size: 18px;
}

/* main */
.alpsko-bilje-main .container {
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.left-alpsko-bilje {
	width: 550px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.right-alpsko-bilje {
	width: 550px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.right-alpsko-bilje h3 {
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: 100;
}
.left-alpsko-bilje h3 {
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: 100;
}

.alpsko-bilje-main2 {
	background: #f6f3f0;
}
.alpsko-bilje-main2 .container {
	padding: 100px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.alpsko-bilje-bg2 {
	background: url(../images/alpsko-bilje/hero-bilje-2.png);
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.block-content-alpsko-bilje {
	width: 600px;
	background-color: #fff;
	padding: 50px;
	position: absolute;
	top: 100px;
	font-size: 18px;
}
