/* Add custom CSS styles below */ 
.footer-list.enhanced_links.links_with_bullits.store-links-items{
      font-size: 12px;
      width: 100%;
  li{
    margin-bottom: 5px;
  }
  li a {
    font-size: 14px;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
}

@media(max-width:768px){
  .footer-list.enhanced_links{
    -moz-column-count: 1!important;
    column-count: 1 !important;
     li{
    margin-bottom: 5px;
       text-align: center !important;
  }
  }
}