#page-wrapper.homepage {
	background: url('/assets/img/homepage/full-bg-img.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100vh;
	padding: 40px;
}

.homepage .blocks {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1024px;
	margin: 0 auto;
	height: calc(100vh - 180px);
}

.homepage .blocks .block {
	display: block;
	width: 47.5%;
	padding: 30px;
	background: rgba(0,0,0,.7);
	transition: background .4s;
}

.homepage .blocks .block:hover {
	background: #000;	
	text-decoration: none !important;
}

/*.homepage .products .block-img {
	background: url('/assets/img/homepage/basi-homepage-image.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 280px;
}

.homepage .services .block-img {
	background: url('/assets/img/homepage/inotiv-logo.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 280px;
}*/

.homepage .blocks>.block h2 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-top: 0;
}

.homepage .blocks>.block h3 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.homepage .blocks>.block p {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 1023px) {
	.homepage-logo {
		max-width: 150px;
	}

	#page-wrapper.homepage {
		height: auto;
		padding: 20px;
	}

	.homepage .blocks {
		height: auto;
	}

	.homepage .blocks .block {
		margin-top: 30px;
	}

	.homepage .blocks>.block h2 {
		font-size: 30px;
	}

	.homepage .blocks>.block h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 769px) {
	.homepage-logo {
		max-width: 150px;
	}

	.homepage .blocks {
		display: block;
	}

	.homepage .blocks .block {
		width: 100%;
	}
}