.footer_siteFooter {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  font-size: 14px;
  font-family: var(--font-montserrat_sans);
  display: flex;
  padding: 65px 0px 38px 0px;
}

.footer_siteFooterWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin: 0px auto;
}
.first {
  display: flex;
  align-items: flex-end;
}

.footer_footerContent {
  font-family: var(--font-montserrat_sans);
}
.footer_footerContent #membership_info {
  max-width: 405px;
}

.footer_footerContent > p {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.08rem;
}

.footer_footerContent > p,
.second {
  font-family: var(--font-montserrat_sans);
}
.first a {
  margin-right: 25px;
  margin-left: 13px;
  margin-top: 2px;
}
span {
  font-size: 14px;
  font-weight: 400;
}
.first img {
  width: 143px;
  height: 61px;
  display: inline;
  vertical-align: inherit;
}
.footer_siteFooterNavList {
  display: flex;
  list-style-type: none;
  margin: 0px 0px 0px 16px;
  padding: 0px;
}
li img {
  width: 34px;
  height: 16px;
  margin-left: 3px;
}
li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
li a {
  text-decoration: none;
  color: black;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 769px) {
  .footer_siteFooter {
    display: flex;
    justify-content: center;
    padding: 45px 20px 45px 20px;
  }
  .footer_footerContent p,
  .footer_footerContent p span,
  .footer_siteFooterNavList li a {
    font-weight: 400;
  }
  .footer_siteFooterWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .first a {
    margin: 0px;
  }
  .first img {
    margin: 0px 0px 30px 0px;
    display: inline;
  }
  .first {
    display: block;
    margin-bottom: 25px;
    max-width: 290px;
    text-align: center;
  }
  .second {
    display: flex;
    justify-content: center;
  }
  .footer_siteFooterNavList {
    display: block;
    margin-left: 16px;
  }
  li {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    margin-right: 0px;
  }
}

.footer_siteFooter li:first-child {
  display: none;
}
