.b3	{
	width: 100%;
	min-height: 900px;
	height: auto;
	padding-bottom: 40px;
}

.b3-container	{
	margin: auto;
	width: 980px;
	min-height: 900px;
	height: auto;
	text-align: left;
}

.b3-title	{
	width: 900px;
	height: 100px;
	text-align: left;
	font-size: 40px;
	font-family: "PlayfairDisplayBold";
	color: #000000;
	padding-top: 55px;
	margin-left: 12px;
	padding-bottom: 20px;
}

.b3-info	{
	width: 275px;
	height: 32px;
	margin: auto;
	font-size: 30px;
	font-family: "PlayfairDisplayBold";
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}

.b3-img	{
	width: 950px;
	height: 400px;
	margin: auto;
	background-image: url(../img/b3_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
}

.b3-text	{
	width: 950px;
	height: 440px;
	margin: auto;
	text-align: left;
	font-size: 18px;
	font-family: "OpenSansRegular";
	color: #000000;
	margin-bottom: 30px;
}

.b3-but	{
	display: block;
	margin: auto;
	width: 390px;
	height: 50px;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	border-radius: 10px;
	background-color: #00c063;
	border-bottom: 2px solid #006635;
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;
	transition: background-color ease 0.5s;
}

.b3-but:hover	{
	background-color: #2ada85;
}