.footer-container {
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content:space-between;
  
}

.footer-full {
  background-color: #F5F3ED;
  border-top: 1px solid #dcdbd5;
}

.footer-notes {
 width: 70%;
}

.btn-contained {
  width: max-content;
}

.btn-footer {
  display: flex;
  align-items: center;
}

.socials {
  padding: 1.5rem 0 0 0;
  font-size: 0.9rem;
  display: flex;
}

.social-links {
  padding: 0 0.5rem 0 0;
}

.links:hover {
  color: #D54400;
  text-decoration: underline;
}
