.why_wrap{
    margin-top: -1px;
}
.why_title{
	padding-top:2.5%;
    padding-bottom: 2.5%;
	font-size: 50px;
	color: #079144;
	display: flex;
	align-items: center;
    font-family: "bebas";
}

.why_con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shy_con_item{
	width: 32%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow:0px 0px 14px #ddd ;
	flex-direction: column;
	border-radius: 10px;
	margin-bottom: 2%;
	padding-top: 40px;
	padding-bottom: 40px;
	align-items: center;
}

.shy_con_img{
	width: 50px;
}

.shy_con_img img{
	display: block;
	width: 100%;
}

.shy_con_title{
	height: 38px;
	align-items: center;
	color: #292626;
	font-size: 26px;
	display: flex;
	text-align: center;
}

.shy_con_desc{
	width: 60%;
	max-width: 240px;
	margin-top: 10px;
	line-height: 20px;
	text-align: center;
	color: #a5a5a5;

}

@media screen and (max-width: 800px) {
    .why_title{
       
        font-size: 26px;
       
    }
    
    
    
    .shy_con_item{
        width: 49%;
        
        padding-top: 20px;
        padding-bottom: 20px;
        
    }
    
    .shy_con_img{
        width: 40px;
    }
    
    .shy_con_img img{
        display: block;
        width: 100%;
    }
    
    .shy_con_title{
        height: 30px;
        
        font-size: 14px;
		line-height: 15px;
        
    }
    
    .shy_con_desc{
        width: 80%;
        max-width: 240px;
        margin-top: 6px;
        line-height: 20px;
       font-size: 12px;
    
    }
}


