.hover-cta-box {
   
    align-items: end;
    justify-content: space-between;
    padding: 20px;
   
   
    transition: all 0.3s ease;
    text-decoration: none;
}
.hover-cta-left-icon, .hover-cta-right-icon {
    font-size: 42px;
    transition: color 0.3s ease;
	
}
.hover-cta-content {
    flex: 1;
    margin: 0 15px;
	margin-bottom:30px;
}
.hover-cta-title {
    margin: 0;
	font-size:16px;
	
}
.hover-cta-box:hover .hover-cta-title {
   
	color:#fff;
}
.hover-cta-description {
    
    margin-top: 10px;
}
.hover-cta-box:hover .hover-cta-description {
    display: block;
	color:#fff;
}
.hover-cta-left-icon{
	width:50%;
	float:left;
}
.hover-cta-right-icon{
	width:50%;
	float:right;
}
.hover-cta-right-icon i{
float:right;
}
.icon_boxlast{
	padding: 20px 10px 30px 10px;
}

