.three_feature_boxes{
  margin: 0;
  padding: 0;
  overflow:hidden;
	list-style: none;
  font-family: Poppins, Arial, sans-serif;
}
.three_feature_boxes *{
  margin: 0;
  padding: 0;
}
.three_feature_boxes li{
  height: 574px;
  float: left;
	width: 33.33333%;
	padding: 100px 5%;
	color: #fff;
	text-align: center;
  box-sizing: border-box;
}
.three_feature_boxes .headline{
  text-align: center;
  margin-bottom: 30px;
}
.three_feature_boxes .headline::after{
  display: block;
  width: 30px;
  border-bottom: 2px solid #FFFFFF;
  content: "";
  margin: 0 auto;
}
.three_feature_boxes li h3{
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.three_feature_boxes li p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.three_feature_boxes .uc_btn {
	position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 11px 30px 11px ;
	margin-right: 20px;
	border: 2px solid;
	border-right: none;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    color: #ffffff;
    margin-top: 20px;
	}
  .three_feature_boxes .uc_btn:hover{
    color: #000000;
  }

	.three_feature_boxes .uc_btn:before,
	.three_feature_boxes .uc_btn:after {
		position: absolute;
		right: -11px;
		display: block;
		height: 30px;
		border-left: 2px solid;
		content: "";
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.three_feature_boxes .uc_btn:before {
		top: -5px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.three_feature_boxes .uc_btn:after {
		bottom: -5px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
  .three_feature_boxes .uc_btn i {
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 19px;
		margin-top: -10px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
  .three_feature_boxes .uc_btn:hover i {
		right: 0px;
	}
  .three_feature_boxes .uc_btn,
	.three_feature_boxes .uc_btn:hover,
	.three_feature_boxes .uc_btn:focus,
	.three_feature_boxes .uc_btn:active,
	.three_feature_boxes .uc_btn:active:hover,
	.three_feature_boxes .uc_btn:active:focus {
		outline: 0 !important;
		box-shadow: none;
		background-color: transparent;
	}

  @media (max-width: 767px) {

		.three_feature_boxes li {
			float: none;
			width: 100%;
		}

	}
