
/*-----Contact us-------*/
.phone-link {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.phone-link:hover {
  color: #B34C19;
}
