.btn-banner-business a{
	background: #00589F;
	border: 2px solid #00589F;
	display: block;
    width: 300px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
	margin-top: 50px;
}

.btn-banner-business a:hover{
	text-decoration: none !important;
	color: #FFF;
}

.promo-banner h2{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 29px;
	color: #333333;
}
.promo-banner .description1 {
	width: 60% !important
}

.promo-banner p{
	font-family: Open Sans;
	font-size: 14px;
	color: #333333;
	margin-top: 30px;

}