

.sv_feature{
	padding:30px 0px;
	background:#f4f4f4;
	overflow:hidden;
}
.sv_feature_in{
	overflow:hidden;
    display: flex;
    flex-wrap: wrap;
}

.sv_why_tab{	
    position: relative;
	float:left;
    margin-bottom: 50px;
    margin-top: 30px;
    flex: 1 0 31%;
    max-width: 33.33%;
}
.sv_why_tab section{
	position: absolute;
    left: 0px;
    top: 0px;
    padding: 3px;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid var(--p);
	border-radius:5px;
}
.sv_why_tab section aside{
	position: relative;
    color: var(--p);
    height: 100%;
    line-height: 60px;
    font-size: 30px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	text-align:center;
	border-radius:3px;
	
    display: flex;
    align-items: center;
    justify-content: center;
}
.sv_why_tab section aside i{
	/* width:39px;
	height:39px;
	background-size:contain; */
}

.sv_why_tab dl{
	overflow:hidden;
    padding-left: 82px;
    padding-right: 30px;
    text-align: left;
    margin-top: 10px;
}

.sv_why_tab dl a{
	display:inline-block;
	border:1px solid #FF8000;
	font-size:14px;
	color:#FF8000;
	border-radius:5px;
	padding:6px 20px;
	margin-top:5px;
	transition:ease-in-out 0.2s all;
}

.sv_why_tab dl a:hover{
	background:#999;
	color:#fff;
	opacity:0.8;
	border-color:#333;
}
.sv_why_icon:after{
	position: absolute;
    content: '';
    left: 50%;
    bottom: -131px;
    border: 1px dashed #e5e5e5;
    height: 113px;
}
.sv_why_tab h2{
    position: relative;
    color: #444444;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'ProximaNovaBold';
	text-align:left;
	padding-left:82px;
	padding-right:30px;
	padding-top:3px;
}
.sv_why_tab article{
	position: relative;
    color: #777777;
    font-size: 16px;
	line-height:20px;
    font-family: 'Cabin', sans-serif;
	text-align:left;
	padding-left:82px;
	padding-right:30px;
}
.sv_why_tab:hover section aside{
	color:#fff;
	background:var(--p);
}
.sv_why_tab:hover section aside i{
	filter:brightness(100);
}
