.site-footer { 
	background-color: #fefaf0; 
	width: 100%;
	box-sizing: border-box;
	display: flex; 
	 justify-content: center;
	padding: 2em; 
	font-size: 0.9em; 
	color: #333; 
	flex-wrap: wrap;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;

  margin: 0 auto;    
  padding: 0 2em;
  box-sizing: border-box;
  gap: 1em;
}

.footer-col { 
	 flex: 1;
	 gap: 1em;
	 min-width: 200px;  
  padding: 1em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4em;
}

.footer-col strong { 
	font-weight: bold; 
}

.footer-col a { 
	color: #ab633c; 
	text-decoration: none; 
	font-weight: bold; 
}

.footer-icons { 
	display: flex; 
	gap: 0.5em; 
	margin-top: 1em; 
}

.footer-icons i {
    font-size: 24px;
    color: #000000;
    margin-right: 0.5em;
}

.footer-icons img { 
	width: 24px; 
	height: 24px; 
}

.footer-button { 
	background-color: #ab633c; 
	color: #ffffff; 
	padding: 0.5em 1em; 
	border-radius: 20px; 
	text-decoration: none; 
	font-weight: bold; 
	margin-top: 1em; 
}
