.list-itemm {
  color: #1a438b;
  font-size: 14px;
  line-height: 1.625;
  font-family: "Open Sans Condensed";
  font-weight: 600;
  font-weight: 700;
  font-weight: bold;
  /* text-transform: uppercase; */
  margin-right: 70px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.footer-page-logo-socials {
  text-align: center;
}
.footer-page-logo-careline {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.footer-page-logo-nutriclub {
  align-items: center;
  text-align: center;
}
.footer-page-logo-research {
  align-items: center;
  text-align: center;
}

.footer-page-links {
  background: #eeeeee;
  font-family: "OpenSans-CondBold", Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  width: 100%;
}
.user-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  width: 100%;
  display: flex;
}
/* .user-list-item {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  width: 100%;
  display: flex;
} */
.media-screen-form {
  margin-top: 180px;
}
.footer-page-links a {
  color: #464646;
  display: block;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
}
.footer-page-links a:hover {
  text-decoration: underline;
}
.list-item {
  font-size: 11px;
  font-family: "Open Sans Condensed";
  font-weight: bolder;
}
.list-item a {
  color: #464646;
  display: block;
  font-family: "Open Sans Condensed";
  font-weight: 600;

  font-size: 11px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.media-screen {
  margin-top: 30px;
}

/* @media only screen and (max-width: 812px) {
  .media-screen-form {
    margin-top: -150px;
  }
} */
@media only screen and (max-width: 768px) {
  .media-screen {
    margin-top: 120px;
  }

  .media-screen-form {
    margin-top: 350px;
  }

  .footer-page-links ul {
    padding-left: 50px;
  }
  .user-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .footer-page-logo-socials {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .media-screen {
    margin-top: 200px;
  }
  .media-screen-form {
    margin-top: 540px;
  }
  .footer-page-links ul {
    padding-left: 50px;
  }
  .user-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .footer-page-logo-socials {
    margin-top: 20px;
  }
}
