body.widget-snippet .phone-mobile-content {
	padding: 50px;
	background-color: #fff;
}
.widget-snippet .phone-mobile-content{
	display:flex;
	padding:30px 0 0 0;	
}
.widget-snippet .phone-number {
    padding-right: 30px;
}
.widget-snippet .phone-number a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 22px;
    color: #8FB63E;
    background: url(/template/eacd4989/image/phone-icon.png) no-repeat;
    width: 17px;
    height: 22px;
}
.widget-snippet .phone-number a {
	position: relative;
	color: #1F366A;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	text-decoration: none;
 	padding-left: 35px;
 	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    font-family: "Poppins", sans-serif;
}
.widget-snippet .phone-number a:hover {
	color:#8FB63E;
	text-decoration: none;
}

.widget-snippet .email-number a:before {
	content: '\f003';
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	font-size: 22px;
	color:#8FB63E;
}
.widget-snippet .email-number a {
	position: relative;
	color: #1F366A;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	text-decoration: none;
 	padding-left: 35px;
 	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    font-family: "Poppins", sans-serif;
}
.widget-snippet .email-number a:hover {
	color:#8FB63E;
	text-decoration: none;
}
