.business_promo_bg{
	background:url(https://www.worldnet.co.nz/assets/img/about/business_bg.jpg) no-repeat center center;
	background-size:auto 100%;
	height:auto;
	color:#ffffff;
	padding:50px 0;
}

.business_promo_bg h1{
	width:100%;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	float:left;
}

.business_promo_bg .promotion-title-box-wrapper{
	width:700px;
	text-align: center;
	font-size:40px;
	font-weight:bold;
	margin:0 auto;
	padding:25px;
	border:5px solid #ffffff;
	margin-top:15px;
}

.business_promo_bg .promotion-title-box-wrapper span{
	font-size:24px;
	font-weight:500;
}

.business_promo_bg .sub_desc{
	font-weight:400;
	font-size:16px;
	padding:0 200px;
	height:36px;
	line-height:2em;
	color:#ffffff;
}

.why_business_wrapper{
	width:100%;
	float:left;
}

.why_business_wrapper ul{
	width:100%;
	float:left;
	margin-top:15px;
	padding:0;
}

.why_business_wrapper ul li{
	float:left;
	list-style-type:none;
}

.why_business_wrapper ul li h3 i{
	font-size:60px;
	padding:5px 0;
}

.why_business_wrapper ul li h3{
	font-weight:bold;
	text-align: center;
	color:#ffffff;
}

.why_business_wrapper ul li h3 img{
	padding-bottom:10px;
}

.why_business_wrapper ul li p{
	color:#ffffff;
	text-align:center;
	font-size:15px;
	line-height:1.5em;
}

.why_business_wrapper .button_wrapper{
	width:100%;
	text-align: center;
}

.why_business_wrapper .button_wrapper button{
	margin-top:30px;
	font-size:15px;
	font-weight:bold;
	color:#1A95B6;
	border:0;
}

@media (max-width: 992px) {
	.business_promo_bg .sub_desc{
		padding:0px;
		height:auto;
	}
}

@media (max-width: 768px) {

  .business_promo_bg{
  	height:auto;
  	padding:25px 0;
  	background-size:auto 100%;
  }

  .business_promo_bg .promotion-title-box-wrapper {
  	width:100%;
  	font-size:30px;
    float:left;
  }

  .business_promo_bg .sub_desc{
  	float:left;
  }

  .business_promo_bg .padding-bottom-50{
	padding-bottom:0;
  }
}

@media (max-width: 480px) {
	.business_promo_bg .promotion-title-box-wrapper{
		font-size:24px;
	}
}