.site-footer {
  padding: 60px 20px 40px;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
}
.footer-address {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.6;
  margin-bottom: 30px;
}

.footer-copy {
  font-size: 13px;
  opacity: 0.4;
  margin-top: 20px;
}
.site-footer {
  padding: 100px 20px 60px;
}
.footer-address {
  text-align: center;
  line-height: 1.6;
}

.footer-address p:first-child {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.9;
}

.footer-address p:not(:first-child) {
  font-size: 13px;
  opacity: 0.6;
}

}
.footer-inner {
  padding: 100px 20px 80px;
}

.footer-logo img {
  width: 100px;
  opacity: 0.85;
}

.footer-address p:first-child {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  opacity: 0.6;
}

.footer-address p:not(:first-child) {
  font-size: 13px;
  opacity: 0.65;
}
}

.footer-links {
  margin-top: 35px;
  margin-bottom: 35px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity .2s ease;
}

.footer-links a {
  font-size: 13px;
  opacity: 0.5;
  transition: opacity .2s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-copy {
  font-size: 12px;
  opacity: 0.2;
  margin-top: 40px;
}
.footer-logo {
  margin-bottom: 35px;
}

.footer-address {
  margin-bottom: 35px;
}

.footer-links {
  margin-bottom: 35px;
}
.footer-address p {
  margin: 6px 0;
}