.footer {
  background: #464646;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer .contact-text {
  padding-top: 20px;
}

.footer .contact-text h2 {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #c2c2c2;
  display: none;
}

.footer .contact-text h2 .view-num {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  padding: 0 14px;
  font-weight: 700;
  background: #70a3df;
  border-radius: 5px;
}

.footer .contact-text p {
  margin-bottom: 9px;
  text-align: center;
}

.footer .footer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding-bottom: 10px;
  line-height: normal;
  text-align: center;
  color: #fff;
}

.footer .footer-text a {
  color: #fff;
  transition: all .4s;
  margin-right: 32px;
}

.footer .footer-text a:last-child {
  margin-right: 0;
}

.footer .footer-text a:hover {
  transform: scale(1.03) translateY(-2px);
}

.footer .footer-text img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}
