footer {
  border-top: 1px solid #F0F0F0;
}

.css-footer .site-logo {
  width: 213px;
  height: 191px;
}

@media screen and (min-width: 768px) {
  .css-footer ul li {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .css-footer .css-footer-menu-wrapper  {
    margin-left: 180px !important;
  }

  .css-footer ul li {
    margin-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .css-footer .css-footer-menu-wrapper  {
    margin-left: 210px !important;
  }

  .css-footer ul li {
    margin-right: 90px;
  }
}

.css-footer .footer-menu-title {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  margin-bottom: 12px;
}

.css-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .css-footer ul {
    margin-bottom: 40px;
  }
}

.css-footer ul li a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
}


@media screen and (max-width: 500px) {
  .css-footer .site-logo {
    width: 157px;
    height: 141px;
  }
}
