body.widget-snippet {
    padding: 40px;
    background-color: #707070;
}
body.widget-snippet .header-phone-mail .fa {
  padding:7px;
}	
.widget-snippet .header-phone-mail a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-decoration: none;
}
.widget-snippet .header-phone-mail a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.widget-snippet .header-phone-mail .fa {
    color: #ffffff;
    font-size: 17px;
    padding-right: 5px;
    position: relative;
    top: 1px;
}
.header-phone-mail .phone {
    padding-right: 20px;
}

@media (max-width: 767px) {
  .header-phone-mail .Email {
        display: none;
    }
    .widget-snippet .header-phone-mail a:focus {
        outline: medium none;
    }
}
