footer .footer-main .icp-number{
  grid-column:1/-1;
  justify-self:center;
  width:100%;
  box-sizing:border-box;
  margin-top:10px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.62);
  text-align:center;
  font-size:12px;
  line-height:1.6;
  text-decoration:none;
  transition:color .2s ease;
}
footer .footer-main .icp-number:hover{color:#fff}
@media(max-width:560px){
  footer .footer-main .icp-number{margin-top:2px;padding-top:15px;font-size:11px}
}
