.as-footer-container {
  font-size: 18px;
}

.as-footer-address {
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 2.5;
}

#menu-footer-menu {
  list-style-type: none;
  padding-left: 0;
}

#menu-footer-menu .menu-item a {
  color: rgba(255, 255, 255, 0.65) !important;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  white-space: nowrap;
}

#menu-footer-menu .menu-item:last-of-type a {
  border-right: none;
}

@media(min-width: 768px) {

  #menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
  }

  #menu-footer-menu .menu-item a {
    padding-left: 16px;
  }

  #menu-footer-menu .menu-item:first-of-type a {
    padding-left: 0;
  }

  #menu-footer-menu .menu-item a {
    border-right: 1px solid rgba(255, 255, 255, 0.65);
  }

}

@media( min-width: 1200px) {

  #menu-footer-menu {
    flex-wrap: nowrap;
  }

}