.footer__department-info p:last-of-type a {
  color: #fff;
  background-color: #003071;
  border: 2px solid #003071;
  transition: all .3s;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 1rem 1.6rem;
  line-height: 1.33333;
  font-size: 2rem;
}