/* Enter Your Custom CSS Here */
.mobile_contact {
    display: none ;
}
.mobile_contact a
{
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

.full_contact {
    display: none ;
}
  .mobile_contact {
    display: block;
}
}