.footer-menu .menu-heading {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #BBD300;
  text-align: right;
  margin-bottom: 24px;
}
.footer-menu .menu-item {
  font-weight: 300;
  line-height: 24px;
  color: white;
  text-align: right;
}
.footer-menu .menu-item-link {
  font-size: 14px !important;
}
@media (max-width: 768px) {
  .footer-menu .menu-heading {
    margin-bottom: 0px;
    text-align: left;
  }
  .footer-menu .menu-item {
    text-align: left;
  }
  .footer-menu .menu-item:last-child {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  #footer-menu-logo-section-desktop .footer-menu-logo-section-desktop-col .sppb-column-addons {
    flex-direction: row !important;
    justify-content: space-between;
  }
}