@media screen and (min-width: 768px) {
  .page-footer .footer-columns .extra-column{
    display: flex;
    flex-direction: column;
  }   
}
@media screen and (max-width: 768px){
  .swell-tab{
    display:none !important;
  }
}