footer {
  background-color: #111;
  padding-bottom: 75px;
}

.footer-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.footer-ws-logo {
  max-width: 300px;
  margin: 75px auto 50px;
}

.footer-privacy {
  text-align: center;
  margin-bottom: 50px;
}

.footer-privacy a {
  display: inline-flex;
  gap: 10px;
  align-items: flex-end;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.footer-privacy img {
  width: 12px;
}

.footer-copyright p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-copy-img {
  max-width: 302px;
  margin: 2px auto;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }

  .footer-ws-logo {
    max-width: 266px;
    margin: 60px auto 30px;
  }

  .footer-privacy {
    text-align: center;
    margin-bottom: 30px;
  }

  .footer-privacy a {
    font-size: 16px;
  }

  .footer-copyright p {
    font-size: 11px;
  }

  .footer-copy-img {
    max-width: 166px;
  }
}
