.fa-envelope{
  font-size:20px;
}
@media screen and (max-width:768px) {
 .fa-envelope{
    font-size: 0px;
  }
  .col-xs-12 h3{
  font-size: 15px;
  }
}
