@media only screen and (min-width: 641px) {
  .footer-wrapper {
    font-size: 1rem;
    /* max-width: 130rem; */
  }

  .footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 130rem;
    margin: auto;
  }

  .footer-column1-text ul,
  .footer-column3-text ul {
    font-size: 1rem;
  }

  .footer-column2-text {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .footer-logo {
    width: 35%;
    height: auto;
  }

  .footer-slogan {
    font-size: 5rem;
  }

  .footer-socialicons a {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1141px) {
}
