.footer-column h3 .footer-fiscal-note{
  display:block;
  width:max-content;
  margin-top:7px;
  padding:4px 7px;
  border:1px solid rgba(255,255,255,.10);
  color:#666;
  font-size:7px;
  font-weight:600;
  letter-spacing:.12em;
  line-height:1;
  text-transform:uppercase;
}
.footer-branch p{
  text-transform:none;
}
.footer-branch p .footer-address-line{
  display:block;
}
@media(max-width:520px){
  .footer-column h3 .footer-fiscal-note{
    margin-top:8px;
  }
}
