.text img{
    display: none;
    float: left;
}

p#email,p#phone{
    background-repeat: no-repeat;
    padding: 25px;
    padding-left:100px;
    margin:0;
}

p#email{
    background-image: url("../images/contact/email.png");
    background-position: 10px center;
}

p#phone{
    background-image: url("../images/contact/phone.png");
    background-position: 30px 50%;
}


