.three1 {
	border-width: 1px;
	border-color: #A64E00;
	border-style: solid;
	margin-top: 20px;
	padding: 45px 20px 20px;
	position: relative;
	text-align: center;
	background: rgba(246, 238, 229, 1);
	border-radius: 7px;
}

.three1 img {
	width: 100%;
	max-width: 48px;
}

.three1>i {
	position: absolute;
	width: 72px;
	height: 72px;
	top: -36px;
	left: 50%;
	margin-left: -36px;
	font-size: 42px;
	color: #A64E00;
	background: #fff;
	line-height: 72px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	border: 1px solid #A64E00;
}

.three1_img_wrapper {
	position: absolute;
	width: 72px;
	height: 72px;
	top: -36px;
	left: 50%;
	margin-left: -36px;
	font-size: 54px;
	color: #fff;
	background: #fff;
	line-height: normal;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	border: 1px solid #A64E00;
}

.three1_h4 {
	font-size: 30px;
	color: #A64E00;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-shadow: none;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0px;
}

.three1_p {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.42857143;
	text-transform: none;
	text-shadow: none;
	font-style: normal;
	text-decoration: none;
}

@media (max-width: 991px) {
	.three1 {
		margin-bottom: 40px;
	}
}
