.site-footer {
  padding: 2em 1em;
  text-align: center;
  font-size: 0.875em;
  color: #fff;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
	& div p{
		color:#fff;
		margin-bottom:0.5em;
		font-size:1.6rem;
	}
}


.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  display: flex;
  justify-content: center;
  gap: 1.5em;
	& li{
		font-size:1.4rem
	}
}

.footer-nav a {
  text-decoration: none;
  color: #fff;
}

.footer-copy {
  margin-top: 1em;
}

.contact-btn-footer {
	background-color: var(--bg-sub);
    text-align: center;
    border-radius: 100px;
    color: var(--text-head);
	padding:0.55em 1.5em;
	display:inline-block;
	margin:1em auto;
}