.landing-footer-footer-social {
  display: flex;
  gap: 32px;
  margin-left: 72px;
  align-items: center;
}

.landing-footer-footer-logos {
  display: flex;
}
.landing-footer-footer {
  background: linear-gradient(to bottom, #52b8cd, #95d8e5);
  width: 100%;
  padding: 52px 0;
}
.landing-footer-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.landing-footer-footer-links {
  font-size: 16px;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .landing-footer-footer-container {
    align-items: start;
  }
  .landing-footer-footer-links {
    flex-direction: column;
    padding: 0 12px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .landing-footer-footer-links {
    font-size: 14px;
  }
  .landing-footer-footer-logos {
    flex-direction: column;
  }
  .landing-footer-footer-social {
    margin-left: 0;
    margin-top: 24px;
  }
}
