#homepage-2018 {
	margin-top: -15px;
	margin-left: -15px;
	position: relative;
	display: block;
	overflow: auto;
	width: calc(100% + 30px);
	height: auto;
	clear: both;
}
#homepage-2018 .section-header {
display: block;
  overflow: auto; /* or: hidden */
  width: 100%;
  height: auto;
  clear: both;
}
#homepage-2018 h3 {
	position: absolute;
	width: 40%;
	top: 25px;
	right: 25px;
	line-height: 46px;
	font-size: 36px;
	text-shadow: -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444, 1px 1px 0 #444;
	color: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#homepage-2018 h3 {
		margin-bottom:28px;
		line-height:40px;
		font-size:30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#homepage-2018 h3 {
		line-height:31px;
		font-size:23px;
	}
	.big-intro, .zerif_about_us_center p {
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	#homepage-2018 h3 {
		top: 1vw;
		right: 2vw;
		line-height:4.2vw;
		font-size:3.2vw;
	}
	.big-intro, .zerif_about_us_center p {
		text-align: center !important;
	}
}
